Navigation
Unreal Engine C++ API Reference > Editor > CommonMenuExtensions
Inheritance Hierarchy
References
Module | CommonMenuExtensions |
Header | /Engine/Source/Editor/CommonMenuExtensions/Public/ShowFlagMenuCommands.h |
Include | #include "ShowFlagMenuCommands.h" |
Syntax
class FShowFlagMenuCommands : public [TCommands< FShowFlagMenuCommands >](API\Runtime\Slate\Framework\Commands\TCommands)
Constructors
Type | Name | Description |
---|---|---|
FShowFlagMenuCommands () |
Functions
Type | Name | Description |
---|---|---|
void | BindCommands ( FUICommandList& CommandList, const TSharedPtr< FEditorViewportCl... ) | |
void | BuildShowFlagsMenu ( UToolMenu* Menu, const FShowFlagFilter& Filter ) |
Overridden from TCommands
Type | Name | Description |
---|---|---|
void | RegisterCommands () | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FShowFlagCommand |