Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes > API/Plugins/GeometryCollectionNodes/Dataflow
Inheritance Hierarchy
- FDataflowNode
- FSphereCoveringCountSpheresNode
References
| Module | GeometryCollectionNodes |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionDebugNodes.h |
| Include | #include "Dataflow/GeometryCollectionDebugNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FSphereCoveringCountSpheresNode : public FDataflowNode
Remarks
Report the number of spheres in a sphere covering.
Variables
| Type | Name | Description | |
|---|---|---|---|
| DATAFLOW_NODE_DEFINE_INTERNAL(FSphereCoveringCountSpheresNode, "Get Sphere Covering Sphere Count", "... | NumSpheres | Number of spheres in the sphere covering. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSphereCoveringCountSpheresNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Overridden from FDataflowNode
| Type | Name | Description | |
|---|---|---|---|
| void | Evaluate
(
UE::Dataflow::FContext& Context, |
Evaluation |