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

83 lines
1.4 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0 Beta",
"Description": "Texture creation tool using graphs.",
"Category": "Editor",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsExperimentalVersion": false,
"Installed": false,
"EnabledByDefault": false,
"Modules": [
{
"Name": "TextureGraphEngine",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "TextureGraphInsight",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "TextureGraphInsightEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "TextureGraph",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "TextureGraphEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "Synthesis",
"Enabled": true
},
{
"Name": "Mutable",
"Enabled": true
},
{
"Name": "RenderDocPlugin",
"Enabled": true
},
{
"Name": "ImageWidgets",
"Enabled": true
}
],
"SupportedTargetPlatforms": [
"Win64"
]
}