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

31 lines
663 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Chaos Cloth",
"Description" : "Adds Chaos Cloth Module.",
"Category": "Physics",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : true,
"Installed" : false,
"Modules": [
{
"Name": "ChaosCloth",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
],
"Plugins": [
{
"Name": "ChaosCaching",
"Enabled": true
}
]
}