Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- ICommonEditorViewportToolbarInfoProvider
- SContextualAnimViewport
- SDatabaseViewport
- SDataflowEditorViewport
- SGroomEditorViewport
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SCommonEditorViewportToolbarBase.h |
| Include | #include "SCommonEditorViewportToolbarBase.h" |
Syntax
class ICommonEditorViewportToolbarInfoProvider
Remarks
This is the interface that the host of a SCommonEditorViewportToolbarBase must implement.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FExtender > | GetExtenders () |
FLevelEditorModule& LevelEditorModule = FModuleManager::GetModuleChecked |
|
| TSharedRef< class SEditorViewport > | Get the viewport widget. | ||
| void | Called to inform the host that a button was clicked (typically used to focus on a particular viewport in a multi-viewport setup) |