ERotationGridMode

Enumerates modes for the viewport's rotation grid.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Settings/LevelEditorViewportSettings.h

Include

#include "Settings/LevelEditorViewportSettings.h"

Syntax

enum ERotationGridMode
{
    GridMode_DivisionsOf360,
    GridMode_Common,
}

Values

Name

Description

GridMode_DivisionsOf360

Using Divisions of 360 degrees (e.g 360/2. 360/3, 360/4, ... ).

GridMode_Common

Uses the user defined grid values.

Remarks

Enumerates modes for the viewport's rotation grid.

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