Commit Graph

175 Commits

Author SHA1 Message Date
andrea botti
7360a8e28f [ContentBrowser] Change Icons for CB 2.0 name to align with the AssetThumbnail way of retrieving them
#rb logan.buchy
#jira UE-224503

[CL 36428876 by andrea botti in 5.5 branch]
2024-09-19 09:20:07 -04:00
andrea botti
440e664c79 [ContentBrowser] Issue 584874: Warnings in Build Engine Localization
#jira UE-224374

[CL 36304997 by andrea botti in 5.5 branch]
2024-09-16 11:52:38 -04:00
andrea botti
f21f607d12 [ContentBrowser] Tooltip
#rb Julien.StJean
#jira UE-216438

[CL 36259878 by andrea botti in 5.5 branch]
2024-09-13 06:22:54 -04:00
andrea botti
39a135d249 [ContentBrowser] Thumbnail Status Indicators
#rb Julien.StJean
#jira UE-216437

[CL 35921913 by andrea botti in ue5-main branch]
2024-08-30 06:15:02 -04:00
jurre debaare
233857c77e Added (dirty) external package information to asset view tooltip
#rb aditya.ravichandran, andrea.botti, Erik.Dillinger

[CL 35448806 by jurre debaare in ue5-main branch]
2024-08-12 05:29:14 -04:00
andrea botti
dfb6e36d61 [ContentBrowser] [VK] Small Thumbnail size leads to a cut off text box in UEFN when renaming assets
#rb aditya.ravichandran
#jira UE-181626
[FYI] scott.nelson

[CL 35310844 by andrea botti in ue5-main branch]
2024-08-05 12:56:37 -04:00
andrea botti
49fecb4322 [ContentBrowser] Thumbnail Styling
#rb George.Rolfe
#jira UE-216441

[CL 35303521 by andrea botti in ue5-main branch]
2024-08-05 05:49:03 -04:00
andrea botti
7ca80d9a9d [ContentBrowser] Thumbnail Sizes
#rb George.Rolfe
#jira UE-216439

[CL 34898141 by andrea botti in ue5-main branch]
2024-07-18 08:34:19 -04:00
george rolfe
d7d41b26cd [Content Browser] Style refresh preparation - local CB StyleSet and CVar toggle.
#rb aditya.ravichandran

[CL 34393816 by george rolfe in ue5-main branch]
2024-06-15 01:56:24 -04:00
andrea botti
9c1aa7d20b [ContentBrowser] When CTRL+C on an asset can we copy the Package Path instead of the Class Path
Added 2 new commmands to copy the ObjectPath and the PackageName.
Leaved the CTRL+C keybind mapped to the same behavior as before.
Added new commands to the keybind system so that users can re-bind them.
Cleaned up some hardcoded checks for keys in the OnKeyDown.

#rb aditya.ravichandran, sebastian.arleryd
#jira UE-155995

[CL 33684273 by andrea botti in ue5-main branch]
2024-05-16 08:31:50 -04:00
fabian giesen
3caac05aec Make content browser tooltips for 2D and cube texture arrays show array size
#rb charles.bloom

[CL 32977112 by fabian giesen in ue5-main branch]
2024-04-15 17:26:15 -04:00
robert millar
575ae3a96c Removing deprecated method calls
[CL 32794770 by robert millar in ue5-main branch]
2024-04-08 11:54:09 -04:00
andrea botti
12d65238df [ContentBrowser] Wrong Thumbnail for Folder Drag in Content Browser
#rb brooke.hubert
#jira UE-197241

[CL 32758041 by andrea botti in ue5-main branch]
2024-04-05 09:31:38 -04:00
robert millar
67e866f99d Remove drop shadow from virtual folders until we have a matching one.
[CL 31961104 by robert millar in ue5-main branch]
2024-03-01 18:24:27 -05:00
robert millar
7b0c5bfe99 Virtual and plugin folder icons for content browser
Fix code in asset view to only use large plugin folder icon for plugin roots.

[CL 31880015 by robert millar in ue5-main branch]
2024-02-28 14:41:25 -05:00
robert millar
08dcc63512 Icons in content browser for plugin root folders
- CVar ContentBrowser.ShowPluginFolderIcon to control visibility, disabled in UEFN restricted mode
- Child folders in plugins use normal icon to reduce visual noise

[CL 31731686 by robert millar in ue5-main branch]
2024-02-22 15:08:38 -05:00
robert millar
6e9c591047 Special icon for virtual organizational folders in content browser.
- ContentBrowserUtils::ShouldShowCustomVirtualFolderIcon and cvar ContentBrowser.ShowCustomVirtualFolderIcon so it can be disabled in UEFN
- Attribute ContentBrowserItemAttributes::ItemIsCustomVirtualFolder for categorization
- Built-in folders like All, Game, Engine, Plugins are not marked with the above attribute
- Set ContentBrowser.ShowCustomVirtualFolderIcon to 0 when entering UEFN restricted mode

#rb Rex.Hill

[CL 31729647 by robert millar in ue5-main branch]
2024-02-22 14:13:17 -05:00
robert millar
e38bed1ef6 Remove code for different icons in content browser for plugins.
[CL 31576905 by robert millar in ue5-main branch]
2024-02-16 15:15:20 -05:00
robert millar
5c9146c4ce Plugin content folder icon for asset tile view.
[CL 31308255 by robert millar in ue5-main branch]
2024-02-08 17:34:03 -05:00
steve robb
6d5b974842 Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
[CL 30735396 by steve robb in ue5-main branch]
2024-01-19 19:41:56 -05:00
evgenii babinets
690bc2cbc4 Fixed unreachable code warnings/errors.
#rb simon.orr

[CL 30620936 by evgenii babinets in ue5-main branch]
2024-01-15 12:29:05 -05:00
dave belanger
d5bc7391ec Automatically make an asset public when moving it in another plugin if it's going to be referenced from another plugin after the move (including redirectors)
Don't move an asset if it cannot be made public or if it ends up referencing a private asset that's not being moved or if a dependent asset cannot be moved to a different plugin
Only enabled if AssetTools.EnablePublicAssetFeature cvar is set (which replaces ContentBrowser.PublicAsset.EnablePublicAssetFeature)
#rb Rex.Hill
#rnx

[CL 30595439 by dave belanger in ue5-main branch]
2024-01-12 11:54:15 -05:00
dave belanger
9c9c30297b Remove AssetVersePath asset tag (motivation is that having a full path written within an asset makes it less portable and changing the root of the verse path involves resaving and revisioning lots of assets)
Bonus: Improve "Create Blueprint/C++ Class" menus to only show if they can be performed (instead of being grayed out)
#rb Steve.Robb,YiLiang.Siew,Justin.Marcus
#rnx

[CL 28539147 by dave belanger in ue5-main branch]
2023-10-06 10:23:06 -04:00
jeanfrancois dube
055748782e Added the possibility to copy content browser selected paths to the clipboard (mapped to Ctrl+C).
#rb sebastien.lussier

[CL 27669429 by jeanfrancois dube in ue5-main branch]
2023-09-07 07:51:03 -04:00
aditya ravichandran
8dcfbb4fb2 Fix duplicate LOCTEXT macros in AssetEditorSubsystem and AssetViewWidgets
#jira UE-194633
#rb trivial

[CL 27632795 by aditya ravichandran in ue5-main branch]
2023-09-06 09:54:18 -04:00