Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SViewportToolBar
- SCommonEditorViewportToolbarBase
- SContextualAnimViewportToolBar
- SPoseSearchDatabaseViewportToolBar
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SCommonEditorViewportToolbarBase.h |
| Include | #include "SCommonEditorViewportToolbarBase.h" |
Syntax
class SCommonEditorViewportToolbarBase : public SViewportToolBar
Remarks
A viewport toolbar widget for an asset or level editor that is placed in a viewport
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| void | ConstructScreenPercentageMenu
(
FMenuBuilder& MenuBuilder, |
Build the screen percentage menu. | |
| void | CreateViewMenuExtensions
(
FMenuBuilder& MenuBuilder |
||
| void | ExtendLeftAlignedToolbarSlots
(
TSharedPtr< SHorizontalBox > MainBoxPtr, |
Extension allowing derived classes to add to left-aligned portion of the toolbar slots. | |
| void | ExtendOptionsMenu
(
FMenuBuilder& OptionsMenuBuilder |
Extension allowing derived classes to add to the options menu. | |
| TSharedPtr< FExtender > | GetCombinedExtenderList
(
TSharedRef< FExtender > MenuExtender |
Merges the extender list from the host with the specified extender and returns the results. | |
| ICommonEditorViewportToolbarInfoProvider & | Returns the info provider for this viewport. | ||
| FText | |||
| TSharedRef< SWidget > | |||
| EVisibility | |||
| bool | |||
| TSharedPtr< FExtender > | Gets the extender for the view menu | ||
| FEditorViewportClient & | Get the viewport client. | ||
| TSharedRef< SWidget > | Creates and returns the asset viewr profile combo box. | ||
| TSharedRef< class SEditorViewportViewMenu > | MakeViewMenu () |
Creates the view menu widget (override point for children) | |
| void | OnAssetViewerProfileComboBoxSelectionChanged
(
TSharedPtr< FString > NewSelection, |
Invoked when the asset viewer profile combo box selection changes. | |
| void | OnFOVValueChanged
(
float NewValue |
Called when the FOV slider is adjusted in the perspective viewport | |
| void | OnScreenPercentageValueChanged
(
int32 NewValue |
Called when the ScreenPercentage slider is adjusted in the viewport | |
| void | Update the list of asset viewer profiles displayed by the combo box. | ||
| void |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |