Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Tools
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.