You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- 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]
45 lines
963 B
Plaintext
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
|
|
}
|
|
]
|
|
}
|