Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FChildren
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWidgetRef GetChildRefAt
(
int32 Index |
Layout/ChildrenBase.h | ||
FConstWidgetRef GetChildRefAt
(
int32 Index |
Layout/ChildrenBase.h |
GetChildRefAt(int32)
| Name | GetChildRefAt |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h |
| Include Path | #include "Layout/ChildrenBase.h" |
FWidgetRef GetChildRefAt
(
int32 Index
)
ref to the Widget at the specified Index.
GetChildRefAt(int32)
| Name | GetChildRefAt |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h |
| Include Path | #include "Layout/ChildrenBase.h" |
FConstWidgetRef GetChildRefAt
(
int32 Index
) const
ref to the Widget at the specified Index.