Files
UnrealEngineUWP/Engine/Plugins/Experimental/GeometryCollectionPlugin/GeometryCollectionPlugin.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

37 lines
833 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Geometry",
"Description" : "Adds Geometry Collection Container.",
"Category": "Geometry",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules": [
{
"Name": "GeometryCollectionComponent",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "GeometryCollectionComponentEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
],
"Plugins":
[
{
"Name": "ProceduralMeshComponent",
"Enabled": true
}
]
}