Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetInteractor
Description
Set the string value for a property (if it exists). This is typically the map name associated with a property. All LODs will be set when LODIndex = -1.
| Name | SetStringValue |
| 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 SetStringPropertyValue instead"))
void SetStringValue
(
const FString & PropertyName,
int32 LODIndex,
const FString & Value
)