Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Make a box mesh
| Name | FMakeBoxMeshDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionMakeNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionMakeNodes.h" |
Syntax
USTRUCT ()
struct FMakeBoxMeshDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FMakeBoxMeshDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMakeBoxMeshDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionMakeNodes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Center | FVector | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Mesh | TObjectPtr< UDynamicMesh > | Output mesh | Dataflow/GeometryCollectionMakeNodes.h |
|
| Size | FVector | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| SubdivisionsX | int32 | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| SubdivisionsY | int32 | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| SubdivisionsZ | int32 | Dataflow/GeometryCollectionMakeNodes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DATAFLOW_NODE_DEFINE_INTERNAL
(
FMakeBoxMeshDataflowNode, |
Dataflow/GeometryCollectionMakeNodes.h | ||
FName
(
"FDynamicMesh3" |
Dataflow/GeometryCollectionMakeNodes.h |