Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FGetMeshDataDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMeshNodes.h |
| Include | #include "Dataflow/GeometryCollectionMeshNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FGetMeshDataDataflowNode : public FDataflowNode
Remarks
Outputs Mesh data
Variables
| Type | Name | Description | ||
|---|---|---|---|---|
| int32 | EdgeCount | Number of edges | ||
| int32 | TriangleCount | Number of triangles | ||
| DATAFLOW_NODE_DEFINE_INTERNAL(FGetMeshDataDataflowNode, "GetMeshData", "Mesh | Utilities", "") public ... | VertexCount | Mesh for the data Number of vertices |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGetMeshDataDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |