Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetImportNode
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/ImportNode.h |
| Include | #include "ChaosClothAsset/ImportNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetImportNode : public FDataflowNode
Remarks
Refresh structure for push button customization. Import an existing Cloth Asset into the graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UChaosClothAsset > | ClothAsset | The Cloth Asset to import into a collection. | |
| FManagedArrayCollection | Collection | ||
| int32 | ImportLod | The LOD to import into the collection. Only one LOD can be imported at a time. | |
| FDataflowFunctionProperty | Reimport | Reimport the imported cloth asset. | |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS FChaosClothAssetImportNodeRefreshAsset | ReimportAsset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGS | FChaosClothAssetImportNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGS | DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetImportNode, |
||
| PRAGMA_ENABLE_DEPRECATION_WARNINGS | FName
(
"FClothCollection" |