Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Filter a point set to only the points inside or outside of a given mesh
| Name | FFilterPointSetWithMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionSamplingNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionSamplingNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FFilterPointSetWithMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FFilterPointSetWithMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFilterPointSetWithMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionSamplingNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bKeepInside | bool | Whether to keep the points inside or (if false) outside the mesh. | Dataflow/GeometryCollectionSamplingNodes.h |
|
| SamplePoints | TArray< FVector > | Points to filter | Dataflow/GeometryCollectionSamplingNodes.h |
|
| TargetMesh | TObjectPtr< UDynamicMesh > | Mesh to use to filter point set | Dataflow/GeometryCollectionSamplingNodes.h |
|
| WindingThreshold | float | The winding number threshold to use for determining whether a point is inside or outside of the mesh | Dataflow/GeometryCollectionSamplingNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FFilterPointSetWithMeshDataflowNode, |
Dataflow/GeometryCollectionSamplingNodes.h | ||
FName
(
"TArray |
Dataflow/GeometryCollectionSamplingNodes.h |