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

31 lines
611 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Chaos Cloth Editor",
"Description": "Editor module accompanying the Chaos Cloth runtime module.",
"Category": "Physics",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "http://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ChaosClothEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ChaosCloth",
"Enabled": true
}
]
}