UProceduralBoxToolProperties

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h

Include

#include "AddPrimitiveTool.h"

Syntax

UCLASS()
class UProceduralBoxToolProperties : public UProceduralShapeToolProperties

Variables

Name Description

Public variable UProperty Category, EditAnywhere, Meta

float

 

Depth

Depth of the box

Public variable UProperty Category, EditAnywhere, Meta

int

 

DepthSubdivisions

Number of subdivisions along the depth

Public variable UProperty Category, EditAnywhere, Meta

float

 

Height

Height of the box

Public variable UProperty Category, EditAnywhere, Meta

int

 

HeightSubdivisions

Number of subdivisions along the height

Public variable UProperty Category, EditAnywhere, Meta

float

 

Width

Width of the box

Public variable UProperty Category, EditAnywhere, Meta

int

 

WidthSubdivisions

Number of subdivisions along the width