Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Layout/ChildrenBase.h |
Include |
#include "Layout/ChildrenBase.h" |
class FChildren
FChildren is an interface that must be implemented by all child containers. It allows iteration over a list of any Widget's children regardless of how the underlying Widget happens to store its children.
FChildren is intended to be returned by the GetChildren() method.
Name | Description | |
---|---|---|
|
~FChildren() |
Name | Description | ||
---|---|---|---|
|
ForEachWidget ( |
Applies the predicate to all the widgets contained by the FChildren. |
|
|
ForEachWidget ( |
Applies the predicate to all the widgets contained by the FChildren. |
|
|
TSharedRef< ... |
GetChildAt ( |
|
|
TSharedRef< ... |
GetChildAt ( |
|
|
FConstWidget... |
GetChildRefAt ( |
|
|
GetChildRefAt ( |
||
|
GetName() |
Option to give a name to Children to SlotAttribute purposes or for debugging. |
|
|
SWidget & |
GetOwner() |
|
|
const FSlotB... |
GetSlotAt ( |
|
|
Num() |
||
|
NumSlot() |
||
|
SupportSlotWithSlateAttribute() |
Name | Description | ||
---|---|---|---|
|
void * |
operator new ( |
|
|
void * |
operator new[] ( |
Name |
Description |
|
---|---|---|
|
FConstWidgetRef |
|
|
FWidgetRef |
Name |
Description |
|
---|---|---|
|
ECopyConstruct |
|
|
ERefConstruct |
Name | Description | ||
---|---|---|---|
|
SWidget * |
Owner |
Direct access to Owner is now deprecated. Use the getter. |