Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Outputs boundary nodes of a triangle mesh.
| Name | FTriangleBoundaryIndicesNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionTriangleBoundaryIndicesNode.h |
| Include Path | #include "Dataflow/GeometryCollectionTriangleBoundaryIndicesNode.h" |
Syntax
USTRUCT (Meta=(DataflowFlesh, Experimental))
struct FTriangleBoundaryIndicesNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FTriangleBoundaryIndicesNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTriangleBoundaryIndicesNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionTriangleBoundaryIndicesNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| BoundaryIndicesOut | TArray< int32 > | Dataflow/GeometryCollectionTriangleBoundaryIndicesNode.h |
|
||
| Collection | DATAFLOW_NODE_DEFINE_INTERNAL(FTriangleBoundaryIndicesNode, "TriangleBoundaryIndices", "Flesh | Experimental", "") private FManagedArrayCollection | Dataflow/GeometryCollectionTriangleBoundaryIndicesNode.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionTriangleBoundaryIndicesNode.h |