Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- FChildren
- TOneDynamicChild
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/Children.h |
| Include | #include "Layout/Children.h" |
Syntax
template<typename SlotType>
class TOneDynamicChild : public FChildren
Remarks
Required to implement GetChildren() in a way that can dynamically return the currently active child.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TOneDynamicChild
(
SWidget* InOwner, |
|||
TOneDynamicChild
(
SWidget* InOwner, |
|||
TOneDynamicChild
(
SWidget* InOwner, |
|||
TOneDynamicChild
(
SWidget* InOwner, |
|||
TOneDynamicChild
(
std::nullptr_t, |
|||
TOneDynamicChild
(
std::nullptr_t, |
|||
TOneDynamicChild
(
std::nullptr_t, |
Overridden from FChildren
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GetChildAt
(
int32 Index |
||
| TSharedRef< const SWidget > | GetChildAt
(
int32 Index |
||
| int32 | Num () |