Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Generates a negative space sphere covering for a given geometry collection or subset of bones in the collection
| Name | FCreateNegativeSpaceSphereCovering |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUtilityNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionUtilityNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCreateNegativeSpaceSphereCovering : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCreateNegativeSpaceSphereCovering
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCreateNegativeSpaceSphereCovering
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionUtilityNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| bOnlyConnectedToHull | bool | When performing Voxel Search, only look for negative space that is connected out to the convex hull. | Dataflow/GeometryCollectionUtilityNodes.h |
|
|
| bRequireSearchSampleCoverage | bool | Whether to require that all candidate locations identified by Voxel Search are covered by negative space samples, up to the specified Min Sample Spacing. | Dataflow/GeometryCollectionUtilityNodes.h |
|
|
| MinRadius | double | Spheres smaller than this are not included in the negative space | Dataflow/GeometryCollectionUtilityNodes.h |
|
|
| MinSampleSpacing | double | Minimum desired spacing between spheres; if > 0, will attempt not to place sphere centers closer than this | Dataflow/GeometryCollectionUtilityNodes.h |
|
|
| NegativeSpaceTolerance | double | Amount of space to leave between input geometry and protected negative space | Dataflow/GeometryCollectionUtilityNodes.h |
|
|
| OptionalSelectionFilter | FDataflowTransformSelection | Optional transform selection if not provided, covering for all leaf geometry will be computed. | Dataflow/GeometryCollectionUtilityNodes.h |
|
|
| SampleMethod | ENegativeSpaceSampleMethodDataflowEnum | Method to use to find and sample negative space | Dataflow/GeometryCollectionUtilityNodes.h |
|
|
| SphereCovering | DATAFLOW_NODE_DEFINE_INTERNAL(FCreateNegativeSpaceSphereCovering, "CreateNegativeSpaceSphereCovering", "GeometryCollection | Utilities", "") private FDataflowSphereCovering | Dataflow/GeometryCollectionUtilityNodes.h |
|
|
| SphereCoveringDebugDrawRenderSettings | FDataflowNodeSphereCoveringDebugDrawSettings | Dataflow/GeometryCollectionUtilityNodes.h |
|
||
| TargetNumSamples | int32 | Approximate number of spheres to consider when covering negative space. | Dataflow/GeometryCollectionUtilityNodes.h |
|
Functions
Public
Public Virtual
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanDebugDraw() |
Dataflow/GeometryCollectionUtilityNodes.h | ||
virtual bool CanDebugDrawViewMode
(
const FName& ViewModeName |
Dataflow/GeometryCollectionUtilityNodes.h | ||
virtual void DebugDraw
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionUtilityNodes.h | ||
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionUtilityNodes.h |