Commit Graph

167 Commits

Author SHA1 Message Date
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
aditya ravichandran
a90d73d766 Asset Editors: Add support for opening cooked assets in a new "Read Only" mode for asset editors, starting with the Static Mesh Editor and Texture Editor.
#jira UE-187048
#rb jason.stasik

[CL 27595048 by aditya ravichandran in ue5-main branch]
2023-09-05 10:01:26 -04:00
zahra nikbakht
165dac13a7 Asset View: Ensure there is enough space for the name of the asset when source control icons are enabled.
A constant height is added to the total asset tile height to make space for both the name and the icon.
#jira UE-193377
#rb patrick.boutot, aditya.ravichandran

[CL 27346375 by zahra nikbakht in ue5-main branch]
2023-08-24 12:41:10 -04:00
tim smith
5252c1e1b3 1) Removed the bUseVerse UBT setting.
2) Removed usage of WITH_VERSE and UE_USE_VERSE_PATHS
3) Modified UBT to always set WITH_VERSE and UE_USE_VERSE_PATHS to one until the setting is completely removed.

#rb Andrew.Scheidecker

[CL 27199531 by tim smith in ue5-main branch]
2023-08-18 08:09:29 -04:00
zahra nikbakht
aba178ff3d AssetView: fix a bug where the name area is too small in Medium-sized tile views when we choose not to show the type of the asset.
#rb patrick.boutot
#jira UE-189311

[CL 26576734 by zahra nikbakht in ue5-main branch]
2023-07-25 12:01:20 -04:00
aditya ravichandran
ff83e59968 Content Browser: Fix tile view weirdness by reverting changes done to AssetViewWidgets.cpp in CL 26326540
#rb trivial
[FYI] nathan.mitchell

[CL 26415302 by aditya ravichandran in ue5-main branch]
2023-07-17 15:40:56 -04:00
aditya ravichandran
a181a7dd4a Content Browser: Hide the scc icon in tiny thumbnail size and when there is no valid icon
#jira UE-161439
#rb karen.jirak

[CL 26412870 by aditya ravichandran in ue5-main branch]
2023-07-17 14:32:57 -04:00
nathan mitchell
afbfb78df1 Tool Presets: Fixes a number of UI adjustments and fixes for the Preset feature in modeling tools.
* Provides support for displaying asset names in the asset picker flyout's tile view.
* Reworks Preset manager moderately to have more streamlined controls and use of context menus to handle deletion and renaming
* Fixes the asset picker to display preset collections regardless if the user has configured the editor to show plugin/editor content
* Alters some language around the preset system for clarity

#rb Jimmy.Andrews
#jira UE-183734

[CL 26326674 by nathan mitchell in ue5-main branch]
2023-06-29 16:22:55 -04:00
jamie dale
2da0809577 Don't show the public status of non-assets
#jira
#rb Scott.Nelson
#rnx

[CL 26181331 by jamie dale in ue5-main branch]
2023-06-22 10:02:23 -04:00