Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FBoxToMeshDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMeshNodes.h |
| Include | #include "Dataflow/GeometryCollectionMeshNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FBoxToMeshDataflowNode : public FDataflowNode
Remarks
Converts a BoundingBox into a DynamicMesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Box | BoundingBox input | |
| TObjectPtr< UDynamicMesh > | Mesh | Mesh output | |
| int32 | TriangleCount | Mesh triangle count |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBoxToMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FBoxToMeshDataflowNode, |
|||
FName
(
"FDynamicMesh3" |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |