Files
UnrealEngine/Templates/TP_VehicleAdv/TP_VehicleAdv.uproject
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

34 lines
489 B
Plaintext

{
"FileVersion": 3,
"EngineAssociation": "",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "TP_VehicleAdv",
"Type": "Runtime",
"LoadingPhase": "Default",
"AdditionalDependencies": [
"Engine",
"UMG"
]
}
],
"Plugins": [
{
"Name": "ChaosVehiclesPlugin",
"Enabled": true
},
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "RawInput",
"Enabled": true
}
]
}