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

76 lines
1.4 KiB
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Editor DataflowGraph",
"Description" : "Editor Dataflow Graph",
"Category": "Editor",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "https://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : true,
"IsExperimentalVersion": true,
"Installed" : false,
"Modules": [
{
"Name": "DataflowEditor",
"Type": "Editor",
"LoadingPhase": "PostDefault"
},
{
"Name": "DataflowAssetTools",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "DataflowEnginePlugin",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "DataflowNodes",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "BaseCharacterFXEditor",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "GeometryProcessing",
"Enabled": true
},
{
"Name": "MeshModelingToolsetExp",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "ChaosCaching",
"Enabled": true
},
{
"Name": "GeometryCache",
"Enabled": true
},
{
"Name": "EditorDataStorage",
"Enabled": true
},
{
"Name": "EditorDataStorageFeatures",
"Enabled": true
}
]
}