You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Fix mixed file/folder selection to properly resolve all items in selection * Fix revert writable to use filtered file list instead of full file list. * Expose the number of paths required to trigger user dialog about large operations so it can be customized per operation #tests Tested copy remote paths action with files, folders and a mix, including local only files [REVIEW] [at]aditya.ravichandran [at]Julien.StJean [at]lauren.barnes #rb brooke.hubert, wouter.burgers [CL 33533507 by christian savoie in ue5-main branch]
32 lines
672 B
Plaintext
32 lines
672 B
Plaintext
{
|
|
"FileVersion" : 3,
|
|
"Version" : 1,
|
|
"VersionName" : "1.0",
|
|
"FriendlyName" : "Asset Manager Editor",
|
|
"Description" : "Editor UI and utilities for managing and auditing Assets on disk",
|
|
"Category" : "Editor",
|
|
"CreatedBy" : "Epic Games, Inc.",
|
|
"CreatedByURL" : "https://epicgames.com",
|
|
"DocsURL" : "",
|
|
"MarketplaceURL" : "",
|
|
"SupportURL" : "",
|
|
"EnabledByDefault" : true,
|
|
"CanContainContent" : false,
|
|
"IsBetaVersion" : false,
|
|
"Installed" : false,
|
|
|
|
"Modules" :
|
|
[
|
|
{
|
|
"Name" : "AssetManagerEditor",
|
|
"Type": "UncookedOnly" ,
|
|
"LoadingPhase" : "PreDefault"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "ContentBrowserAssetDataSource",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
} |