AnKangCAVE51/AnKang/Windows/Engine/Plugins/Experimental/ChaosVehiclesPlugin/ChaosVehiclesPlugin.uplugin

30 lines
645 B
Plaintext
Raw Normal View History

2024-09-02 13:44:09 +08:00
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "ChaosVehiclesPlugin",
"Description": "Chaos Vehicle Integration",
"Category": "Physics",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ChaosVehicles",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "ChaosVehiclesEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault"
}
]
}