Description
MakeBoxMesh (v2)
Make a box mesh
Output(s): Mesh - Output mesh
Information
| Module | DataflowNodes |
| Category | Generators|Mesh |
| Type | FMakeBoxMeshDataflowNode_v2 |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Center | Center of box | FVector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Size | Size of box | FVector | (X=100.000000,Y=100.000000,Z=100.000000) |
| SubdivisionsX | Subdivisions in X | int32 | 3 |
| SubdivisionsY | Subdivisions in Y | int32 | 3 |
| SubdivisionsZ | Subdivisions in Z | int32 | 3 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDataflowMesh> |