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

48 lines
871 B
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Chaos Cloth Asset",
"Description": "Pattern based cloth asset using the Chaos Cloth simulation.",
"Category": "Physics",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ChaosClothAsset",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "ChaosClothAssetEngine",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ChaosCloth",
"Enabled": true
},
{
"Name": "GeometryCache",
"Enabled": true
},
{
"Name": "Dataflow",
"Enabled": true
},
{
"Name": "MeshResizing",
"Enabled": true
}
]
}