Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetInteractor
Description
Get the value for a property cast to vector. DefaultValue will be returned if the property is not found.
| Name | GetVectorValue |
| 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 GetVectorPropertyValue instead"))
FVector GetVectorValue
(
const FString & PropertyName,
int32 LODIndex,
FVector DefaultValue
) const