Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FMakeBoxDataflowNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeBoxDataflowNode : public FDataflowNode
Remarks
Description for this node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Box | ||
| FVector | Center | ||
| EMakeBoxDataTypeEnum | DataType | ||
| FVector | Max | ||
| FVector | Min | ||
| FVector | Size |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMakeBoxDataflowNode
(
const Dataflow::FNodeParameters& InParam, |
Functions
| Type | Name | Description | |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FMakeBoxDataflowNode, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
Dataflow::FContext& Context, |
Evaluation |