EStandardToolModeCommands

Integer identifiers for "Standard" Tool commands, that many EditorModes / AssetEditors / etc may share.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Tools/StandardToolModeCommands.h

Include

#include "Tools/StandardToolModeCommands.h"

Syntax

enum EStandardToolModeCommands
{
    IncreaseBrushSize    = 100,
    DecreaseBrushSize    = 101,
    ToggleWireframe      = 102,
}

Values

Name

Description

IncreaseBrushSize

DecreaseBrushSize

ToggleWireframe

Remarks

Integer identifiers for "Standard" Tool commands, that many EditorModes / AssetEditors / etc may share. This allows a single hotkey binding to be used across many contexts.

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