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
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| Mesh | TObjectPtr< UDynamicMesh > | Output mesh | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| Size | DATAFLOW_NODE_DEFINE_INTERNAL(FMakeBoxMeshDataflowNode, "MakeBoxMesh", "Generators | Mesh", "") private FVector | Dataflow/GeometryCollectionMakeNodes.h |
|
|
| SubdivisionsX | int32 | Dataflow/GeometryCollectionMakeNodes.h |
|
||
| SubdivisionsY | int32 | Dataflow/GeometryCollectionMakeNodes.h |
|
||
| SubdivisionsZ | int32 | Dataflow/GeometryCollectionMakeNodes.h |
|