Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Example to deprecate a Dataflow node USTRUCT(meta = (Deprecated = "5.1")) struct FLogStringDataflowNode : public FDataflowNode Example to version up a Dataflow node, the type name needs to be versioned up Important: don't change the display name! USTRUCT() struct FLogStringDataflowNode_v3 : public FDataflowNode Example of experimental Dataflow node USTRUCT(meta = (Experimental)) struct FLogStringDataflowNode_v2 : public FDataflowNode Visualize tetrahedrons in a collection
| Name | FVisualizeTetrahedronsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FVisualizeTetrahedronsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FVisualizeTetrahedronsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVisualizeTetrahedronsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Vertices | CollectionDATAFLOW_NODE_RENDER_TYPE_ADD("PointsRender", FName("TArray |
Collection for the custom attribute | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FVisualizeTetrahedronsDataflowNode, |
Dataflow/GeometryCollectionNodes.h | ||
FGeometryCollection::StaticType() |
Dataflow/GeometryCollectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |