EMeshModificationType

Windows
MacOS
Linux

References

Module

EditableMesh

Header

/Engine/Plugins/Runtime/EditableMesh/Source/EditableMesh/Public/EditableMeshTypes.h

Include

#include "EditableMeshTypes.h"

Syntax

enum EMeshModificationType
{
    FirstInterim,
    Interim,
    Final,
}

Values

Name

Description

FirstInterim

The first Interim change since the last Final change.

Interim

User is still in the middle of their interaction.

Final

User has finished their current interaction with this mesh, and everything needs to be finalized at this time

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