Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SViewportToolBarComboMenu
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SViewportToolBarComboMenu.h |
| Include | #include "SViewportToolBarComboMenu.h" |
Syntax
class SViewportToolBarComboMenu : public SCompoundWidget
Remarks
Custom widget to display a toggle/drop down menu. Displayed as shown: +-----+----------+ | Toggle | Menu button | +-----+----------+
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct this widget | |
| FText | GetFilteredToolTipText
(
TAttribute< FText > ToolTipText |
Called to query the tool tip text for this widget, but will return an empty text for toolbar items when a menu for that toolbar is already open |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |