Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/UClothingAssetCommon
Description
Callback envoked after weights have been edited. Calls PushWeightsToMesh()_ on each ClothLodData_, and invalidates cached data. Optionaly recalculate the owner's sections fixed vertex data based on this asset masks, and invalidate the DDC for this asset.
| Name | ApplyParameterMasks |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include Path | #include "ClothingAsset.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothingAsset.cpp |
void ApplyParameterMasks
(
bool bUpdateFixedVertData,
bool bInvalidateDerivedDataCache
)