EMakeMeshShapeType

Shape Types

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

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

Include

#include "AddPrimitiveTool.h"

Syntax

enum EMakeMeshShapeType
{
    None                = 0x000,
    All                 = 0xfff,
    Box                 = 0x001,
    Cylinder            = 0x002,
    Cone                = 0x004,
    Arrow               = 0x008,
    Rectangle           = 0x010,
    RoundedRectangle    = 0x020,
    Disc                = 0x040,
    PuncturedDisc       = 0x080,
    Torus               = 0x100,
    SphericalBox        = 0x200,
    Sphere              = 0x400,
}

Values

Name

Description

None

All

Box

Cylinder

Cone

Arrow

Rectangle

RoundedRectangle

Disc

PuncturedDisc

Torus

SphericalBox

Sphere

Remarks

Shape Types

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss