You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#preflight 61f870f2a6632a34f35e5fc0 #ROBOMERGE-AUTHOR: michael.balzer #ROBOMERGE-SOURCE: CL 18801534 in //UE5/Release-5.0/... via CL 18802099 via CL 18821513 #ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v908-18788545) [CL 18821595 by michael balzer in ue5-main branch]
64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "0.1",
|
|
"FriendlyName": "Mesh Modeling Toolset",
|
|
"Description": "A set of modules implementing 3D mesh creation and editing based on the Interactive Tools Framework",
|
|
"Category": "Other",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": true,
|
|
"Installed": false,
|
|
"Hidden": true,
|
|
"Modules": [
|
|
{
|
|
"Name": "MeshModelingTools",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "MeshModelingToolsEditorOnly",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelingComponents",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelingComponentsEditorOnly",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelingOperators",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelingOperatorsEditorOnly",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "GeometryProcessing",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "ProxyLODPlugin",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "HairStrands",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|