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