ETransformMeshesSnapDragRotationMode

Snap-Drag Rotation Mode

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

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

Include

#include "TransformMeshesTool.h"

Syntax

enum ETransformMeshesSnapDragRotationMode
{
    Ignore          = 0,
    Align           = 1,
    AlignFlipped    = 2,
    LastValue,
}

Values

Name

Description

Ignore

Snap-Drag only translates, ignoring Normals

Align

Snap-Drag aligns the Source and Target Normals to point in the same direction

AlignFlipped

Snap-Drag aligns the Source Normal to the opposite of the Target Normal direction

LastValue

Remarks

Snap-Drag Rotation Mode

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