Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetInteractor
Description
Get the string value for a property (typically the associated map name for weighted values). DefaultValue will be returned if the property is not found.
| Name | GetStringValue |
| 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 GetStringPropertyValue instead"))
FString GetStringValue
(
const FString & PropertyName,
int32 LODIndex,
const FString & DefaultValue
) const