Files
Howling/Howling.uproject
2024-03-21 09:35:29 +01:00

38 lines
548 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "5.2",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Howling",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"CoreUObject"
]
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "Landmass",
"Enabled": true
},
{
"Name": "Water",
"Enabled": true
},
{
"Name": "CascadeToNiagaraConverter",
"Enabled": true
}
]
}