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