EMode

Windows
MacOS
Linux

References

Module

GLTFCore

Header

/Engine/Plugins/Editor/GLTFImporter/Source/GLTFCore/Public/GLTFMesh.h

Include

#include "GLTFMesh.h"

Syntax

enum EMode
{
    Points           = 0,
    Lines            = 1,
    LineLoop         = 2,
    LineStrip        = 3,
    Triangles        = 4,
    TriangleStrip    = 5,
    TriangleFan      = 6,
}

Values

Name

Description

Points

Valid but unsupported

Lines

LineLoop

LineStrip

Triangles

Initially supported

TriangleStrip

Will be supported prior to release

TriangleFan

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