Files
UnrealEngineUWP/Engine/Plugins/Experimental/GeometryCollectionPlugin/GeometryCollectionPlugin.uplugin
brice criswell d984ee6bdd GeometryCollectionTest :
- Moved example files out of the main build and into the testing framework.

#rb none
#jira nojira

#ROBOMERGE-SOURCE: CL 11645581 in //UE4/Release-4.25/... via CL 11645588
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v656-11643781)

[CL 11645590 by brice criswell in Main branch]
2020-02-26 20:52:45 -05:00

45 lines
963 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" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules": [
{
"Name": "GeometryCollectionEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "GeometryCollectionTracks",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "GeometryCollectionSequencer",
"Type": "Editor",
"LoadingPhase": "Default"
},
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "ChaosSolverPlugin",
"Enabled": true
}
]
}