Files
UnrealEngineUWP/Engine/Plugins/Experimental/MeshModelingToolset/MeshModelingToolset.uplugin
Marcus Wassmer 3b81cf8201 Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
autoresolved files
#rb none

[CL 14384911 by Marcus Wassmer in ue5-main branch]
2020-09-24 00:43:27 -04:00

64 lines
1.3 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": "ModelingComponents",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "ModelingOperators",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "ModelingOperatorsEditorOnly",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "MeshModelingTools",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
},
{
"Name": "MeshModelingToolsEditorOnly",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [ "Win64" ]
}
],
"Plugins": [
{
"Name": "GeometryProcessing",
"Enabled": true
},
{
"Name": "ProxyLODPlugin",
"Enabled": true
},
{
"Name": "HairStrands",
"Enabled": true
}
]
}