Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a box
| Name | FMakeBoxDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeBoxDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeBoxDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeBoxDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Box | FBox | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Center | FVector | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| DataType | EMakeBoxDataTypeEnum | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Max | FVector | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Min | FVector | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Size | FVector | Dataflow/GeometryCollectionMakeNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FMakeBoxDataflowNode, |
Dataflow/GeometryCollectionMakeNodes.h | ||
FName
(
"FBox" |
Dataflow/GeometryCollectionMakeNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMakeNodes.h |