Navigation
API > API/Editor > API/Editor/EditorFramework > API/Editor/EditorFramework/FViewportTabContent
Description
Maps the common commands into the given command list for this layout to the given viewport based on the config key. This call is only additive to the command list, and does not clear or erase already mapped actions.
| Name | BindViewportLayoutCommands |
| Type | function |
| Header File | /Engine/Source/Editor/EditorFramework/Public/ViewportTabContent.h |
| Include Path | #include "ViewportTabContent.h" |
virtual void BindViewportLayoutCommands
(
FUICommandList & InOutCommandList,
FName ViewportConfigKey
)