Files
UnrealEngineUWP/Engine/Plugins/Developer/ActorLayerUtilities/ActorLayerUtilities.uplugin
Ben Marsh e7f83a7103 Convert all remaining "Developer" modules to "UncookedOnly", to preserve existing behavior.
#rb none
#rnx

[CL 8406891 by Ben Marsh in Dev-Build branch]
2019-09-02 16:13:54 -04:00

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