EMeshAttributeFlags

Flags specifying properties of an attribute

Windows
MacOS
Linux

References

Module

MeshDescription

Header

/Engine/Source/Runtime/MeshDescription/Public/MeshAttributeArray.h

Include

#include "MeshAttributeArray.h"

Syntax

enum EMeshAttributeFlags
{
    None             = 0,
    Lerpable         = ( 1 << 0 ),
    AutoGenerated    = ( 1 << 1 ),
    Mergeable        = ( 1 << 2 ),
    Transient        = ( 1 << 3 ),
}

Values

Name

Description

None

Lerpable

AutoGenerated

Attribute can be automatically lerped according to the value of 2 or 3 other attributes

Mergeable

Attribute is auto-generated by importer or editable mesh, rather than representing an imported property

Transient

If all vertices' attributes are mergeable, and of near-equal value, they can be welded

Remarks

Flags specifying properties of an attribute

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