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