You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UETOOL-3823 #rb lonnie.li #preflight 617b1aea5794a500014f544a #ROBOMERGE-AUTHOR: michael.balzer #ROBOMERGE-SOURCE: CL 17972239 in //UE5/Release-5.0/... via CL 17972248 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v885-17909292) #ROBOMERGE[STARSHIP]: UE5-Main [CL 17972256 by michael balzer in ue5-release-engine-test branch]
61 lines
1.2 KiB
Plaintext
61 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": "ModelingComponents",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelingComponentsEditorOnly",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default",
|
|
"PlatformAllowList": [ "Win64" ]
|
|
},
|
|
{
|
|
"Name": "ModelingOperators",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "ModelingOperatorsEditorOnly",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default",
|
|
"PlatformAllowList": [ "Win64" ]
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "GeometryProcessing",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "ProxyLODPlugin",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "HairStrands",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|