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