Navigation
API > API/Editor > API/Editor/UnrealEd
Unreal level editor actions
| Name | FViewportNavigationCommands |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include Path | #include "EditorViewportClient.h" |
Syntax
class FViewportNavigationCommands : public TCommands< FViewportNavigationCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FViewportNavigationCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FViewportNavigationCommands() |
EditorViewportClient.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Backward | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| Forward | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| FovZoomIn | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| FovZoomOut | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| Left | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| LocalDown | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| LocalUp | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| Right | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| RotateDown | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| RotateLeft | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| RotateRight | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| RotateUp | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| WorldDown | TSharedPtr< FUICommandInfo > | EditorViewportClient.h | ||
| WorldUp | TSharedPtr< FUICommandInfo > | EditorViewportClient.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Initialize commands | EditorViewportClient.h |