ralpha-assets/Plugins/RalphaPlugin/RalphaPlugin.uplugin

30 lines
670 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Ralpha - AI Style Transfer",
"Description": "AI-driven style transfer system for Unreal Engine 5. Enables Claude to control rendering parameters via MCP.",
"Category": "Rendering",
"CreatedBy": "Ralpha Team",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "RalphaCore",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "RalphaEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}