Navigation
API > API/Developer > API/Developer/ToolWidgets
Represents the state of a sidebar drawer to be saved/restored to/from config.
| Name | FSidebarDrawerState |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Sidebar/SidebarState.h |
| Include Path | #include "Sidebar/SidebarState.h" |
Syntax
USTRUCT ()
struct FSidebarDrawerState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sidebar/SidebarState.h | |||
FSidebarDrawerState
(
const FName InDrawerId |
Sidebar/SidebarState.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsDocked | bool | Sidebar/SidebarState.h | ||
| bIsPinned | bool | Sidebar/SidebarState.h | ||
| DrawerId | FName | Sidebar/SidebarState.h | ||
| SelectedSections | TSet< FName > | Names of all sections that were last selected | Sidebar/SidebarState.h |