Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
Inheritance Hierarchy
- FDataflowNode
- FChaosClothAssetUSDImportNode_v2
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/USDImportNode_v2.h |
| Include | #include "ChaosClothAsset/USDImportNode_v2.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetUSDImportNode_v2 : public FDataflowNode
Remarks
Import a USD file from a third party garment construction software.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bImportRenderMesh | Only import the render mesh data from the USD file. | |
| bool | bImportSimMesh | Only import the simulation mesh data from the USD file. | |
| FManagedArrayCollection | Collection | ||
| FDataflowFunctionProperty | ReimportUsdFile | Click on this button to reimport the specified USD file and regenerate the intermediary assets. | |
| FDataflowFunctionProperty | ReloadRenderStaticMesh | The USD import process generates an intermediary render static mesh. | |
| FDataflowFunctionProperty | ReloadSimStaticMesh | The USD import process generates an intermediary simulation static mesh. | |
| FChaosClothAssetImportFilePath | UsdFile | Path of the USD file to import. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosClothAssetUSDImportNode_v2
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FChaosClothAssetUSDImportNode_v2, |
|||
FName
(
"FClothCollection" |