Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetInteractor
Description
Get the low value for a weighted property value (same as GetFloatValue). DefaultValue will be returned if the property is not found.
| Name | GetLowFloatPropertyValue |
| 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)
float GetLowFloatPropertyValue
(
const FName PropertyName,
int32 LODIndex,
float DefaultValue
) const