Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
Copy the simulation mesh to the render mesh to be able to render the simulation mesh, or when not using a different mesh for rendering.
| Name | FChaosClothAssetCopySimulationToRenderMeshNode |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAssetDataflowNodes/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/CopySimulationToRenderMeshNode.h |
| Include Path | #include "ChaosClothAsset/CopySimulationToRenderMeshNode.h" |
Syntax
USTRUCT (Meta=(DataflowCloth))
struct FChaosClothAssetCopySimulationToRenderMeshNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FChaosClothAssetCopySimulationToRenderMeshNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosClothAssetCopySimulationToRenderMeshNode
(
const UE::Dataflow::FNodeParameters& InParam, |
ChaosClothAsset/CopySimulationToRenderMeshNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGenerateSingleRenderPattern | bool | Generate a single render pattern rather than a render pattern per sim pattern. | ChaosClothAsset/CopySimulationToRenderMeshNode.h |
|
| Material | DATAFLOW_NODE_DEFINE_INTERNAL(FChaosClothAssetCopySimulationToRenderMeshNode, "CopySimulationToRenderMesh", "Cloth", "Cloth SimulationRender Mesh") public TObjectPtr< const UMaterialInterface > | New material for the render mesh. | ChaosClothAsset/CopySimulationToRenderMeshNode.h |
|