Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Copies the same mesh with scale onto points
| Name | FMeshCopyToPointsDataflowNode |
| 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 FMeshCopyToPointsDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMeshCopyToPointsDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeshCopyToPointsDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMeshNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mesh | TObjectPtr< UDynamicMesh > | Merged result mesh | Dataflow/GeometryCollectionMeshNodes.h |
|
| Meshes | TArray< TObjectPtr< UDynamicMesh > > | Result meshes as individual ones | Dataflow/GeometryCollectionMeshNodes.h |
|
| MeshToCopy | TObjectPtr< UDynamicMesh > | Mesh to copy onto points | Dataflow/GeometryCollectionMeshNodes.h |
|
| Points | TArray< FVector > | Points to copy meshes onto | Dataflow/GeometryCollectionMeshNodes.h |
|
| Scale | float | Scale applied to the mesh | Dataflow/GeometryCollectionMeshNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FMeshCopyToPointsDataflowNode, |
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 |