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 | SetWeightedFloatValue |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAssetInteractor.h |
| Include Path | #include "ChaosClothAsset/ClothAssetInteractor.h" |
UFUNCTION (BlueprintCallable, Category="ClothProperty|Deprecated",
Meta=(DeprecatedFunction="Note", DeprecationMessage="Use SetWeightedFloatPropertyValue instead"))
void SetWeightedFloatValue
(
const FString & PropertyName,
int32 LODIndex,
FVector2D Value
)