Navigation
API > API/Editor > API/Editor/EditorWidgets > API/Editor/EditorWidgets/SPopoutTabInlineContent
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorWidgets/Public/SPopoutTabInlineContent.h |
| Include Path | #include "SPopoutTabInlineContent.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SPopoutTabInlineContent >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SPopoutTabInlineContent::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SPopoutTabInlineContent.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SPopoutTabInlineContent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Autosize
(
bool InArg |
If true, will auto size to the content when undocked, docked, and popped inline | SPopoutTabInlineContent.h | |
WidgetArgsType & AutosizeWhenFloating
(
bool InArg |
If true, will auto size the tab window to the content when it's popped out and floating undocked | SPopoutTabInlineContent.h | |
WidgetArgsType & CanDragToPopout
(
bool InArg |
If true, can click and drag in empty space to pop out content | SPopoutTabInlineContent.h | |
NamedSlotProperty< FArguments > Content() |
Inline content to pop out | SPopoutTabInlineContent.h | |
WidgetArgsType & ContentHAlign
(
EHorizontalAlignment InArg |
Horizontal alignment of the content | SPopoutTabInlineContent.h | |
WidgetArgsType & ContentVAlign
(
EVerticalAlignment InArg |
Vertical alignment of the content | SPopoutTabInlineContent.h | |
WidgetArgsType & HideDockTabStackTab
(
bool InArg |
If true, hides the dock tab stack tab | SPopoutTabInlineContent.h | |
WidgetArgsType & InitiallyPoppedOut
(
bool InArg |
If true, pops out the content as soon as this widget is constructed | SPopoutTabInlineContent.h | |
WidgetArgsType & OnGetMenuContent
(
const FOnGetContent& InDelegate |
Event called to get content to be displayed for the right click context menu in empty space | SPopoutTabInlineContent.h | |
WidgetArgsType & OnPopoutStateChanged
(
const FOnPopoutStateChanged& InDelegate |
Event called when the popped out state is changed | SPopoutTabInlineContent.h | |
WidgetArgsType & ShowDragBorder
(
bool InArg |
If true, shows the handle image that helps let the user know they can popout content | SPopoutTabInlineContent.h | |
WidgetArgsType & TabDisplayName
(
FText InArg |
Display text to show on the tab | SPopoutTabInlineContent.h | |
WidgetArgsType & TabGroup
(
TSharedPtr< FWorkspaceItem > InArg |
Tab group that determines where the menu item exists for the tab window | SPopoutTabInlineContent.h | |
WidgetArgsType & TabIcon
(
FSlateIcon InArg |
Icon to use for the registered tab window | SPopoutTabInlineContent.h | |
WidgetArgsType & TabId
(
FName InArg |
Unique identifier for the registered tab window | SPopoutTabInlineContent.h | |
WidgetArgsType & TabManager
(
TWeakPtr< FTabManager > InArg |
Explicit tab manager to use, otherwise uses the global tab manager | SPopoutTabInlineContent.h | |
WidgetArgsType & TabRole
(
ETabRole InArg |
Type of tab window to register | SPopoutTabInlineContent.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
SPopoutTabInlineContent.h |