Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlotProxy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlotProxy () |
Layout/LayoutUtils.h | ||
FSlotProxy
(
const TSharedRef< SWidget >& InWidget |
Layout/LayoutUtils.h | ||
FSlotProxy
(
const int32 InSlotIndex, |
Constructs a SlotProxy for the given slot index and FSlot. | Layout/LayoutUtils.h |
FSlotProxy()
| Name | FSlotProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h |
| Include Path | #include "Layout/LayoutUtils.h" |
FSlotProxy()
FSlotProxy(const TSharedRef< SWidget > &)
| Name | FSlotProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h |
| Include Path | #include "Layout/LayoutUtils.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Layout/LayoutUtils.cpp |
FSlotProxy
(
const TSharedRef < SWidget > & InWidget
)
FSlotProxy(const int32, const SlotType &)
Description
Constructs a SlotProxy for the given slot index and FSlot.
| Name | FSlotProxy |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/LayoutUtils.h |
| Include Path | #include "Layout/LayoutUtils.h" |
template<typename SlotType>
FSlotProxy
(
const int32 InSlotIndex,
const SlotType & InSlot
)