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