Files
ZMMO/ZMMO.uproject
Mateus Rodrigues e771aec259 wip: UI Button Base + content/config in-progress
Snapshot do trabalho em andamento na branch feat/ui-system: refinamentos do
UIButton_Base (header+impl), atualizacao de styles/themes do botao, mapa de
teste L_ZeusIATest, e demais .uasset/Config tocados durante a sessao de
playtest do meshing. Commit conjunto a pedido do usuario pra deixar a branch
limpa antes do proximo batch.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-02 12:56:28 -03:00

89 lines
1.4 KiB
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.7",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "ZMMO",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ZMMOAttributes",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "ZMMOJobs",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true
},
{
"Name": "StateTree",
"Enabled": true
},
{
"Name": "GameplayStateTree",
"Enabled": true
},
{
"Name": "VisualStudioTools",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64"
],
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/362651520df94e4fa65492dbcba44ae2"
},
{
"Name": "ZeusNetwork",
"Enabled": true
},
{
"Name": "ZeusMapTools",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "ZeusAdminTools",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "ZeusUMGForge",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "meshy",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win64",
"Mac"
]
},
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "NwiroIntegrationKit",
"Enabled": false
}
],
"AdditionalPluginDirectories": [
"../../Server/Plugins/Unreal"
]
}