Navigation
API > API/Runtime > API/Runtime/SlateCore
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDragAndDropVerticalBoxOp | |||
| FOverlayPopupLayer | Simple overlay layer to allow content to be laid out on a Window or similar widget. | ||
| FPopupLayer | An FPopupLayer hosts the pop-up content which could be anything you want to appear on top of a widget. | ||
| FPopupLayerSlot | Popups, tooltips, drag and drop decorators all can be executed without creating a new window. | ||
| FScopedSwitchWorldHack | Hack to switch worlds in a scope and switch back when we fall out of scope | ||
| FSlateBaseNamedArgs | Base class for named arguments. Provides settings necessary for all widgets. | ||
| FSlateControlledConstruction | |||
| FSlateWidgetClassData | |||
| FSlateWidgetClassRegistration | |||
| FWindowTransparency | Proxy structure to handle deprecated construction from bool | ||
| IToolTip | Interface for tool tips. | ||
| NamedSlotProperty | We want to be able to do: SNew( ContainerWidget ) .SomeContentArea() [ // Child widgets go here ] | ||
| SBoxPanel | A BoxPanel contains one child and describes how that child should be arranged on the screen. | ||
| SCompoundWidget | A CompoundWidget is the base from which most non-primitive widgets should be built. | ||
| SDragAndDropVerticalBox | A Vertical Box Panel. See SBoxPanel for more info. | ||
| SHorizontalBox | A Horizontal Box Panel. See SBoxPanel for more info. | ||
| SLeafWidget | Implements a leaf widget. | ||
| SNullWidget | Implements a widget that can be used as a placeholder. | ||
| SOverlay | Implements an overlay widget. | ||
| SPanel | A Panel arranges its child widgets on the screen. | ||
| SStackBox | A Stack Box Panel that stack vertically or horizontally. | ||
| SUserWidget | Use SUserWidget as a base class to build aggregate widgets that are not meant to serve as low-level building blocks. | ||
| SVerticalBox | A Vertical Box Panel. See SBoxPanel for more info. | ||
| SWidget | Abstract base class for Slate widgets. | ||
| SWindow | SWindow is a platform-agnostic representation of a top-level window. | ||
| T0RequiredArgs | |||
| T1RequiredArgs | |||
| T2RequiredArgs | |||
| T3RequiredArgs | |||
| T4RequiredArgs | |||
| T5RequiredArgs | |||
| TAlwaysValidWidget | A widget reference that is always a valid pointer; defaults to SNullWidget | ||
| TSlateBaseNamedArgs | Base class for named arguments. Provides settings necessary for all widgets. | ||
| TSlateDecl | Utility class used during widget instantiation. |
Constants
| Name | Description |
|---|---|
| SWindowDefs::DefaultTitleBarSize | Height of a Slate window title bar, in pixels |
Functions
| Type | Name | Description | |
|---|---|---|---|
| T0RequiredArgs | |||
| T1RequiredArgs< Arg0Type && > | RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0 |
||
| T2RequiredArgs< Arg0Type &&, Arg1Type && > | RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0, |
||
| T3RequiredArgs< Arg0Type &&, Arg1Type &&, Arg2Type && > | RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0, |
||
| T4RequiredArgs< Arg0Type &&, Arg1Type &&, Arg2Type &&, Arg3Type && > | RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0, |
||
| T5RequiredArgs< Arg0Type &&, Arg1Type &&, Arg2Type &&, Arg3Type &&, Arg4Type && > | RequiredArgs::MakeRequiredArgs
(
Arg0Type&& InArg0, |