Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetInteractor
Description
Set the low and high values for a weighted property (if it exists). All LODs will be set when LODIndex = -1.
| Name | SetWeightedFloatPropertyValue |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAssetInteractor.h |
| Include Path | #include "ChaosClothAsset/ClothAssetInteractor.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Private/ChaosClothAsset/ClothAssetInteractor.cpp |
UFUNCTION (BlueprintCallable, Category=ClothProperty)
void SetWeightedFloatPropertyValue
(
const FName PropertyName,
int32 LODIndex,
FVector2D Value
)