Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/Sidebar
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- ISidebarDrawerContent
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/Sidebar/ISidebarDrawerContent.h |
| Include | #include "Sidebar/ISidebarDrawerContent.h" |
Syntax
class ISidebarDrawerContent : public TSharedFromThis< ISidebarDrawerContent >
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Constructs the content widget for a sidebar drawer. | ||
| FText | Gets the section text to display on the section button. | ||
| FName | GetSectionId () |
Gets the section unique Id used to identify the drawer section. | |
| int32 | GetSortOrder () |
Gets the section sort order. Lower values will be put at the above higher values. | |
| FName | GetUniqueId () |
Gets the unique Id used to identify the sidebar drawer. | |
| bool | Returns true if this section should be displayed. |