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

50 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Material Designer",
"Description": "Compact dynamic material creator and editor, similar in style to other DDCs.",
"Category": "Virtual Production",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "DynamicMaterial",
"Type": "RuntimeAndProgram",
"LoadingPhase": "Default"
},
{
"Name": "DynamicMaterialTextureSet",
"Type": "RuntimeAndProgram",
"LoadingPhase": "Default"
},
{
"Name": "DynamicMaterialEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "DynamicMaterialTextureSetEditor",
"Type": "Editor",
"LoadingPhase": "Default"
},
{
"Name": "DynamicMaterialShadersEditor",
"Type": "Editor",
"LoadingPhase": "PostConfigInit"
}
],
"Plugins": [
{
"Name": "CustomDetailsView",
"Enabled": true
}
]
}