Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetInteractor
Description
Generate a list of all properties held by this interactor. Properties for all LODs will be returned if LODIndex = -1.
| Name | GetAllProperties |
| 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,
Meta=(DeprecatedFunction="Note", DeprecationMessage="Use GetAllPropertyNames instead"))
TArray < FString > GetAllProperties
(
int32 LODIndex
) const