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