Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
Inheritance Hierarchy
- FChildren
- FCombinedChildren
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/Children.h |
| Include | #include "Layout/Children.h" |
Syntax
class FCombinedChildren : public FChildren
Remarks
Occasionally you may need to keep multiple discrete sets of children with differing slot requirements. This data structure can be used to link multiple FChildren under a single accessor so you can always return all children from GetChildren, but internally manage them in their own child lists.
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddChildren
(
FChildren& InLinkedChildren |
Overridden from FChildren
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GetChildAt
(
int32 Index |
||
| TSharedRef< const SWidget > | GetChildAt
(
int32 Index |
||
| FWidgetRef | GetChildRefAt
(
int32 Index |
||
| FConstWidgetRef | GetChildRefAt
(
int32 Index |
||
| const FSlotBase & | GetSlotAt
(
int32 ChildIndex |
||
| int32 | Num () |
||
| int32 | NumSlot () |