Navigation
API > API/Editor > API/Editor/UnrealEd
This is the interface that the host of a SCommonEditorViewportToolbarBase must implement.
| Name | ICommonEditorViewportToolbarInfoProvider |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SCommonEditorViewportToolbarBase.h |
| Include Path | #include "SCommonEditorViewportToolbarBase.h" |
Syntax
class ICommonEditorViewportToolbarInfoProvider
Derived Classes
ICommonEditorViewportToolbarInfoProvider derived class hierarchy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FExtender > GetExtenders() |
FLevelEditorModule& LevelEditorModule = FModuleManager::GetModuleChecked |
SCommonEditorViewportToolbarBase.h | |
TSharedRef< class SEditorViewport > GetViewportWidget() |
Get the viewport widget. | SCommonEditorViewportToolbarBase.h | |
void OnFloatingButtonClicked() |
Called to inform the host that a button was clicked (typically used to focus on a particular viewport in a multi-viewport setup) | SCommonEditorViewportToolbarBase.h |