You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb trivial #rnx #ROBOMERGE-AUTHOR: ryan.schmidt #ROBOMERGE-SOURCE: CL 17980298 in //UE5/Release-5.0/... via CL 17980334 #ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v885-17909292) #ROBOMERGE[STARSHIP]: UE5-Main [CL 17980351 by ryan schmidt in ue5-release-engine-test branch]
40 lines
846 B
Plaintext
40 lines
846 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "0.1",
|
|
"FriendlyName": "Geometry Script",
|
|
"Description": "Geometry Script provides a library of functions for creating and editing Meshes in Blueprints and Python",
|
|
"Category": "Geometry",
|
|
"CreatedBy": "Epic Games, Inc.",
|
|
"CreatedByURL": "http://epicgames.com",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": true,
|
|
"IsExperimentalVersion": true,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "GeometryScriptingCore",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
},
|
|
{
|
|
"Name": "GeometryScriptingEditor",
|
|
"Type": "Editor",
|
|
"LoadingPhase": "Default",
|
|
"PlatformAllowList": [ "Win64" ]
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "GeometryProcessing",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "MeshModelingToolset",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|