Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/TPanelChildren > API/Runtime/SlateCore/TPanelChildren/FScopedWidgetSlotArguments
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Layout/Children.h |
|
|
|
Layout/Children.h |
|
|
|
Layout/Children.h |
|
|
|
Layout/Children.h |
|
| |
|
| Name |
FScopedWidgetSlotArguments |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h |
| Include Path |
#include "Layout/Children.h" |
FScopedWidgetSlotArguments
(
const FScopedWidgetSlotArguments &
)
| |
|
| Name |
FScopedWidgetSlotArguments |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h |
| Include Path |
#include "Layout/Children.h" |
FScopedWidgetSlotArguments
(
FScopedWidgetSlotArguments &&
)
| |
|
| Name |
FScopedWidgetSlotArguments |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h |
| Include Path |
#include "Layout/Children.h" |
FScopedWidgetSlotArguments
(
TUniquePtr < SlotType > InSlot,
TPanelChildren < SlotType > & InChildren,
int32 InIndex
)
| |
|
| Name |
FScopedWidgetSlotArguments |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h |
| Include Path |
#include "Layout/Children.h" |
FScopedWidgetSlotArguments
(
TUniquePtr < SlotType > InSlot,
TPanelChildren < SlotType > & InChildren,
int32 InIndex,
TFunction < void> OnAdded
)