ICommonEditorViewportToolbarInfoProvider

This is the interface that the host of a [SCommonEditorViewportToolbarBase](API\Editor\UnrealEd\SCommonEditorViewportToolbarBase) must implement.

Windows
MacOS
Linux

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

Name Description

Public function Const

TSharedPtr< ...

 

GetExtenders()

FLevelEditorModule& LevelEditorModule = FModuleManager::GetModuleChecked); TSharedPtr LevelEditorExtenders = LevelEditorModule.GetMenuExtensibilityManager()->GetAllExtenders();

Public function

TSharedRef< ...

 

GetViewportWidget()

Get the viewport widget.

Public function

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss