Files
UnrealEngineUWP/Engine/Plugins/Runtime/ActorLayerUtilities/ActorLayerUtilities.uplugin
Marc Audy 4c1bb11c29 Merge UE5/Release-Engine-Staging to UE5/Main @ 14548662
This represents UE4/Main @ 14525125 + cherrypicked fixes
#skipundocheck

[CL 14551026 by Marc Audy in ue5-main branch]
2020-10-22 19:19:16 -04:00

31 lines
638 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Actor Layer Utilities",
"Description" : "Utilites for interacting with actor layers from blueprints",
"Category" : "Developer",
"CreatedBy" : "",
"CreatedByURL" : "",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "ActorLayerUtilities",
"Type" : "Runtime",
"LoadingPhase" : "Default"
},
{
"Name" : "ActorLayerUtilitiesEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}