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

47 lines
890 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Chaos Modular Vehicle",
"Description": "Modular Vehicle Integration",
"Category": "Physics",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ChaosModularVehicle",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "ChaosModularVehicleEngine",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "ChaosModularVehicleEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
},
{
"Name": "GeometryCollectionPlugin",
"Enabled": true
}
]
}