Navigation
API > API/Editor > API/Editor/CommonMenuExtensions
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FShowFlagMenuCommands
References
| Module | CommonMenuExtensions |
| Header | /Engine/Source/Editor/CommonMenuExtensions/Public/ShowFlagMenuCommands.h |
| Include | #include "ShowFlagMenuCommands.h" |
Syntax
class FShowFlagMenuCommands : public TCommands< FShowFlagMenuCommands >
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindCommands
(
FUICommandList& CommandList, |
||
| void | BuildShowFlagsMenu
(
UToolMenu* Menu, |
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FShowFlagCommand |