Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SSidebar
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Sidebar/SSidebar.h |
| Include Path | #include "Sidebar/SSidebar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSidebar >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSidebar::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Sidebar/SSidebar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Sidebar/SSidebar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AlwaysUseMaxButtonSize
(
bool InArg |
Forces the sidebar tab buttons to always be a uniform size of max. | Sidebar/SSidebar.h | |
WidgetArgsType & DisableDock
(
bool InArg |
Disables the ability to dock a drawer. | Sidebar/SSidebar.h | |
WidgetArgsType & DisablePin
(
bool InArg |
Disables the ability to pin a drawer. | Sidebar/SSidebar.h | |
WidgetArgsType & HideWhenAllDocked
(
bool InArg |
Hides the sidebar when all drawers is docked. | Sidebar/SSidebar.h | |
WidgetArgsType & InitialDrawerSize
(
float InArg |
The initial size of a drawer for the sidebar. | Sidebar/SSidebar.h | |
WidgetArgsType & OnGetContent
(
FOnGetContent InArg |
Delegate used to retrieve the main inner content of the sidebar that will be overlayed. | Sidebar/SSidebar.h | |
WidgetArgsType & OnStateChanged
(
const FOnSidebarStateChanged& InDelegate |
Event triggered when the sidebar state changes. | Sidebar/SSidebar.h | |
WidgetArgsType & TabLocation
(
ESidebarTabLocation InArg |
The direction that a tab drawer opens relative to the location of the sidebar. | Sidebar/SSidebar.h |