Files
UnrealEngineUWP/Engine/Plugins/Runtime/GeometryProcessing/GeometryProcessing.uplugin
ryan schmidt 7a62026f4b GeometryProcessing: remove empty GeometricObjects module, contents was moved to GeometryCore and this is no longer needed
#rb none
#rnx
#jira none
#preflight 61796f94d65ac900013d7ca0

#ROBOMERGE-AUTHOR: ryan.schmidt
#ROBOMERGE-SOURCE: CL 17955701 in //UE5/Release-5.0/... via CL 17955702
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v885-17909292)
#ROBOMERGE[STARSHIP]: UE5-Main

[CL 17955705 by ryan schmidt in ue5-release-engine-test branch]
2021-10-27 20:26:04 -04:00

28 lines
610 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Geometry Processing",
"Description": "Data Structures and Algorithms for Processing 2D and 3D Geometry",
"Category": "Geometry",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "GeometryAlgorithms",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "DynamicMesh",
"Type": "Runtime",
"LoadingPhase": "Default"
}
]
}