Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FViewportNavigationCommands
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include | #include "EditorViewportClient.h" |
Syntax
class FViewportNavigationCommands : public TCommands< FViewportNavigationCommands >
Remarks
Unreal level editor actions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | Backward | ||
| TSharedPtr< FUICommandInfo > | Down | ||
| TSharedPtr< FUICommandInfo > | Forward | ||
| TSharedPtr< FUICommandInfo > | FovZoomIn | ||
| TSharedPtr< FUICommandInfo > | FovZoomOut | ||
| TSharedPtr< FUICommandInfo > | Left | ||
| TSharedPtr< FUICommandInfo > | Right | ||
| TSharedPtr< FUICommandInfo > | Up |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize commands |