Files
UnrealEngineUWP/Engine/Plugins/Developer/ActorLayerUtilities/ActorLayerUtilities.uplugin
Ryan Gerleve bcca42e74a Merging //UE4/Dev-Main to Dev-Networking (//UE4/Dev-Networking)
#rb none
#rnx

[CL 4284864 by Ryan Gerleve in Dev-Networking branch]
2018-08-14 15:58:25 -04:00

31 lines
640 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" : "Developer",
"LoadingPhase" : "Default"
},
{
"Name" : "ActorLayerUtilitiesEditor",
"Type" : "Editor",
"LoadingPhase" : "Default"
}
]
}