Files
UnrealEngineUWP/Engine/Plugins/Experimental/GeometryCollectionPlugin/GeometryCollectionPlugin.uplugin
Brice Criswell 266e38c598 GeometryCollection - Dataflow Editor
- Configure the dataflow asset editor for the geometry collection object. Currently requires the enabling the pvar (p.Chaos.GeometryCollection.DataflowEditor 1)
#rb Cedric.Caillaud, Jimmy.Andrews
#preflight 628fd5838c077c0d66238920
#preflight 628fdc9af622d972b5f45181
#preflight 629002b94f63120d8ef4914c

[CL 20387372 by Brice Criswell in ue5-main branch]
2022-05-26 19:00:40 -04:00

49 lines
1014 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
},
{
"Name": "Dataflow",
"Enabled": true
}
]
}