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

89 lines
1.7 KiB
Plaintext

{
"FileVersion": 1,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Chaos Cloth Asset Editor",
"Description": "Editor for modifying cloth assets",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ChaosClothAssetEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "ChaosClothAssetEditorTools",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "ChaosClothAssetDataflowNodes",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ]
},
{
"Name": "ChaosClothAssetTools",
"Type": "UncookedOnly",
"LoadingPhase": "Default",
"PlatformAllowList": [ "Win64", "Mac", "Linux" ]
}
],
"Plugins": [
{
"Name": "GeometryProcessing",
"Enabled": true
},
{
"Name": "ChaosCaching",
"Enabled": true
},
{
"Name": "ChaosClothAsset",
"Enabled": true
},
{
"Name": "ChaosCloth",
"Enabled": true
},
{
"Name": "MeshModelingToolsetExp",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "BaseCharacterFXEditor",
"Enabled": true,
"TargetAllowList": [ "Editor" ]
},
{
"Name": "Dataflow",
"Enabled": true
},
{
"Name": "USDImporter",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux"
]
},
{
"Name": "MeshResizing",
"Enabled": true
}
]
}