AnKangCAVE51/AnKang/Windows/Engine/Plugins/Runtime/GeometryProcessing/GeometryProcessing.uplugin

28 lines
610 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"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"
}
]
}