Navigation
API > API/Editor > API/Editor/UnrealEd
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.
| Name | EStandardToolModeCommands |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Tools/StandardToolModeCommands.h |
| Include Path | #include "Tools/StandardToolModeCommands.h" |
Syntax
enum EStandardToolModeCommands
{
IncreaseBrushSize = 100,
DecreaseBrushSize = 101,
ToggleWireframe = 102,
}
Values
| Name | Remarks |
|---|---|
| IncreaseBrushSize | |
| DecreaseBrushSize | |
| ToggleWireframe |