Navigation
API > API/Editor > API/Editor/LevelEditor > API/Editor/LevelEditor/ILevelEditor
Description
Gets a list of all the viewport tabs in this level editor mapped to arrays of all viewports in that tab. There are 4 viewport tabs, mapped to 0 to 3. Standalone viewports are mapped to index 4.
| Name | GetViewportsByTab |
| Type | function |
| Header File | /Engine/Source/Editor/LevelEditor/Public/ILevelEditor.h |
| Include Path | #include "ILevelEditor.h" |
TMap< int32, TArray< TSharedPtr< SLevelViewport > > > GetViewportsByTab() const