Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UViewportInteraction
Description
Return a list of commands used by a key-based UInputBehavior. Used for its initialization, or its refresh, whenever a command chord changes
Derived Overrides
- UViewportCameraRotateInteraction::GetCommands
- UViewportCameraTranslateInteraction::GetCommands
- UViewportCommandsInteraction::GetCommands
- UViewportFOVInteraction::GetCommands
| Name | GetCommands |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ViewportInteractions/ViewportInteraction.h |
| Include Path | #include "ViewportInteractions/ViewportInteraction.h" |
virtual TArray < TSharedPtr < FUICommandInfo > > GetCommands() const