Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/FWeightMapTools
Description
Modifies a string to make it suitable as a weight map name. Replaces any deemed special characters and spaces by underscores, and remove leading and ending underscores from the name. Note that leading underscores are reserved for non user/internal attribute names.
| Name | MakeWeightMapName |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/WeightedValue.h |
| Include Path | #include "ChaosClothAsset/WeightedValue.h" |
| Source | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Private/ChaosClothAsset/WeightedValue.cpp |
static void MakeWeightMapName
(
FString & InOutString
)