Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Converts a Collection to a DynamicMesh
| Name | FCollectionToMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMeshNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMeshNodes.h" |
Syntax
USTRUCT (Meta=(DataflowGeometryCollection))
struct FCollectionToMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FCollectionToMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionToMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMeshNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCenterPivot | bool | Dataflow/GeometryCollectionMeshNodes.h |
|
|
| Collection | FManagedArrayCollection | Collection to convert | Dataflow/GeometryCollectionMeshNodes.h |
|
| Mesh | TObjectPtr< UDynamicMesh > | Output DynamicMesh | Dataflow/GeometryCollectionMeshNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FCollectionToMeshDataflowNode, |
Dataflow/GeometryCollectionMeshNodes.h | ||
FName
(
"FDynamicMesh3" |
Dataflow/GeometryCollectionMeshNodes.h |
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMeshNodes.h |