Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/UChaosClothAssetBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDataflow * GetDataflow () |
Return the Dataflow graph asset associated to this asset if any. | ChaosClothAsset/ClothAssetBase.h | |
const UDataflow * GetDataflow () |
Return the Dataflow graph asset associated to this asset if any, const version. | ChaosClothAsset/ClothAssetBase.h |
GetDataflow()
Description
Return the Dataflow graph asset associated to this asset if any.
| Name | GetDataflow |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAssetBase.h |
| Include Path | #include "ChaosClothAsset/ClothAssetBase.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Private/ChaosClothAsset/ClothAssetBase.cpp |
UDataflow * GetDataflow()
GetDataflow()
Description
Return the Dataflow graph asset associated to this asset if any, const version.
| Name | GetDataflow |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAssetBase.h |
| Include Path | #include "ChaosClothAsset/ClothAssetBase.h" |
| Source | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Private/ChaosClothAsset/ClothAssetBase.cpp |
const UDataflow * GetDataflow() const