Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| |
|
| Name |
EChaosClothAssetMaxNumInfluences |
| Type |
enum |
| Header File |
/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/TransferSkinWeightsNode.h |
| Include Path |
#include "ChaosClothAsset/TransferSkinWeightsNode.h" |
Syntax
enum EChaosClothAssetMaxNumInfluences
{
Uninitialized = 0 UMETA(Hidden),
Four = 4 UMETA(DisplayName = "4"),
Eight = 8 UMETA(DisplayName = "8"),
Twelve = 12 UMETA(DisplayName = "12"),
}
Values
| Name |
Remarks |
| Uninitialized |
|
| Four |
|
| Eight |
|
| Twelve |
|