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