Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Expands data of FSphere
| Name | FExpandBoundingSphereDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT ()
struct FExpandBoundingSphereDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FExpandBoundingSphereDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExpandBoundingSphereDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundingSphere | FSphere | Dataflow/GeometryCollectionNodes.h |
|
|
| Center | FVector | Dataflow/GeometryCollectionNodes.h |
|
|
| Radius | float | Dataflow/GeometryCollectionNodes.h |
|
|
| Volume | float | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FExpandBoundingSphereDataflowNode, |
Dataflow/GeometryCollectionNodes.h | ||
FName
(
"FVector" |
Dataflow/GeometryCollectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |