Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
The possible targets for a physical mesh point weight map.
| Name | EWeightMapTargetCommon |
| Type | enum |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include Path | #include "PointWeightMap.h" |
Syntax
enum EWeightMapTargetCommon
{
None = 0,
MaxDistance,
BackstopDistance,
BackstopRadius,
AnimDriveStiffness,
AnimDriveDamping_DEPRECATED,
FirstUserTarget,
LastUserTarget = 200,
TetherEndsMask,
}
Values
| Name | Remarks |
|---|---|
| None | |
| MaxDistance | |
| BackstopDistance | |
| BackstopRadius | |
| AnimDriveStiffness | |
| AnimDriveDamping_DEPRECATED | |
| FirstUserTarget | |
| LastUserTarget | Users can add additional targets between this range. |
| TetherEndsMask | Add additional common targets after here. |