Files
UnrealEngineUWP/Engine/Plugins/Editor/AssetManagerEditor/AssetManagerEditor.uplugin
christian savoie 96154163d5 Add Revision Control option to copy remote paths
* 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]
2024-05-08 18:57:35 -04:00

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
}
]
}