Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetInteractor
Description
Set the value for a property (if it exists). This sets the Low and High values for weighted values. All LODs will be set when LODIndex = -1.
| Name | SetFloatValue |
| 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 SetFloatPropertyValue instead"))
void SetFloatValue
(
const FString & PropertyName,
int32 LODIndex,
float Value
)