Commit Graph

9 Commits

Author SHA1 Message Date
nick darnell
8b48634e45 Editor - Fixing a Context Menu regression. The old code did not in fact load everything always, there was a carveout for WP levels, to prevent them from loading by using AssetViewUtils::LoadAssetsIfNeeded, which prevented loading those assets in particular. So I've corrected the fallback code to no longer load everything before returning the selected assets they now return the results of AssetViewUtils::LoadAssetsIfNeeded as was previously the case. There are also now overloads for loading assets that take load tags on the context menu context.
[REVIEW] [at]Patrick.Enfedaque

[CL 22810706 by nick darnell in ue5-main branch]
2022-10-27 11:20:49 -04:00
rex hill
b338048e9a Remove a duplicate function
#rnx
#preflight skip

[CL 22716552 by rex hill in ue5-main branch]
2022-10-23 21:18:11 -04:00
rex hill
b64e1b5eca Add SelectedAssets to content browser in a stream. Ignore these changes during merge conflict.
#preflight skip
#rnx

[CL 22716261 by rex hill in ue5-main branch]
2022-10-23 21:02:47 -04:00
nick darnell
954d29b9f5 Editor - Beginning the process to no longer make loading all assets you right click in the content browser. The first step, is setting up the code to have a deprecation flag DEPRECATE_ASSET_TYPE_ACTIONS_NEEDING_LOADED_OBJECTS, this will make it illegal to implement GetActions on all AssetTypeAction implementations. Checked in disabled, enable it locally to begin trying to implement the recommended method detailed in the IAssetTypeActions header. WIP. One of the things this change does is outlaw (regardless of deprecation) the HasActions() function, this function is no longer used at all, and so we may as well remove its implementation, it also works well as a canary in finding other samples and things that need to be upgraded.
#jira UE-165574
[REVIEW] [at]Rex.Hill, [at]Lauren.Barnes
#preflight 63483c43ad0f7e2f20e44910

[CL 22534452 by nick darnell in ue5-main branch]
2022-10-14 16:59:41 -04:00
bryan sefcik
8cc129f2b6 IWYU Pass 1 - Engine/Source/Editor/...
#jira
#preflight 6306736ac85b7fef22be7751

[CL 21558583 by bryan sefcik in ue5-main branch]
2022-08-24 22:45:13 -04:00
rex hill
e9da6f48ca Content Browser: Deactivate Add and Import buttons in content browser when path selected does not support those features (virtual paths such as /All)
#preflight 6227f184695c94f981bc741a
#rb jamie.dale

#ROBOMERGE-AUTHOR: rex.hill
#ROBOMERGE-SOURCE: CL 19322495 via CL 19339234 via CL 19344449 via CL 19350377 via CL 19350529
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v926-19321884)

[CL 19351705 by rex hill in ue5-main branch]
2022-03-11 03:58:36 -05:00
aurel cordonnier
8eebe8841f Merge UE5/RET @ 16305968 to UE5/Main
This represents UE4/Main @ 16261013 and Dev-PerfTest @ 16259937

[CL 16306996 by aurel cordonnier in ue5-main branch]
2021-05-12 18:10:03 -04:00
Matt Kuhlenschmidt
b3a2ba4a8b Fix clang CIS
[CL 13976779 by Matt Kuhlenschmidt in ue5-main branch]
2020-07-30 12:33:15 -04:00
Matt Kuhlenschmidt
115a0bd380 Content browser reskin changes
- Made content browser toolbar extensible so that the import button functions properly
- Various incremental folder and asset style changes

[CL 13975798 by Matt Kuhlenschmidt in ue5-main branch]
2020-07-30 11:55:49 -04:00