Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetInteractor
Description
Get the high value for a weighted property value. DefaultValue will be returned if the property is not found.
| Name | GetHighFloatValue |
| 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 GetHighFloatPropertyValue instead"))
float GetHighFloatValue
(
const FString & PropertyName,
int32 LODIndex,
float DefaultValue
) const