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