Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SScrollBox
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Returns the slot at the given index. |
Widgets/Layout/SScrollBox.h |
|
|
|
Widgets/Layout/SScrollBox.h |
|
GetSlot(int32)
Description
Returns the slot at the given index.
| |
|
| Name |
GetSlot |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include Path |
#include "Widgets/Layout/SScrollBox.h" |
| Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp |
const FSlot & GetSlot
(
int32 SlotIndex
) const
GetSlot(int32)
| |
|
| Name |
GetSlot |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include Path |
#include "Widgets/Layout/SScrollBox.h" |
| Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp |
FSlot & GetSlot
(
int32 SlotIndex
)