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 | DATAFLOW_NODE_DEFINE_INTERNAL(FMeshCopyToPointsDataflowNode, "ScatterMeshes", "Mesh | Utilities", "") public TObjectPtr< UDynamicMesh > | Points to copy meshes onto Mesh to copy onto points | Dataflow/GeometryCollectionMeshNodes.h |
|
| Scale | float | Scale applied to the mesh | Dataflow/GeometryCollectionMeshNodes.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionMeshNodes.h |