Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Outputs Spheres as Points and radius values
| Name | FSpheresToPointsDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FSpheresToPointsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FSpheresToPointsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSpheresToPointsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Points | Points DATAFLOW_NODE_RENDER_TYPE_END() private TArray< FVector > | Input Spheres | ||
| Centers of the spheres | Dataflow/GeometryCollectionNodes.h |
|
||
| Radii | TArray< float > | Radius values | Dataflow/GeometryCollectionNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FSpheresToPointsDataflowNode, |
Dataflow/GeometryCollectionNodes.h | ||
FName
(
"TArray |
Dataflow/GeometryCollectionNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionNodes.h |