Files
UnrealEngine/Engine/Plugins/Experimental/GeometryDataflow/GeometryDataflow.uplugin
2025-05-18 13:04:45 +08:00

35 lines
717 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Geometry Dataflow Nodes",
"Description" : "Geometry Processing in Dataflow.",
"Category": "Geometry",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : true,
"IsBetaVersion" : true,
"Installed" : false,
"Modules": [
{
"Name": "GeometryDataflowNodes",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "Dataflow",
"Enabled": true
},
{
"Name": "GeometryProcessing",
"Enabled": true
}
]
}