Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h |
Include |
#include "Layout/ArrangedChildren.h" |
class FArrangedChildren
The results of an ArrangeChildren are always returned as an FArrangedChildren. FArrangedChildren supports a filter that is useful for excluding widgets with unwanted visibilities.
Name | Description | |
---|---|---|
|
FArrangedChildren ( |
Construct a new container for arranged children that only accepts children that match the VisibilityFilter. |
Name | Description | ||
---|---|---|---|
|
Accepts ( |
||
|
AddWidget ( |
Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children. |
|
|
AddWidget ( |
Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children based on the the visibility filter and the arranged widget's visibility |
|
|
Allows3DWidgets() |
||
|
Append ( |
||
|
Empty() |
||
|
FindItemIndex ( |
||
|
FindLastByPredicate ( |
||
|
GetFilter() |
||
|
const FArran... |
GetInternalArray() |
|
|
FArrangedWid... |
GetInternalArray() |
|
|
FArrangedChi... |
Hittest2_FromArray ( |
|
|
IndexOfByPredicate ( |
||
|
InsertWidget ( |
||
|
InsertWidget ( |
||
|
IsValidIndex ( |
||
|
FArrangedWid... |
Last() |
|
|
const FArran... |
Last() |
|
|
Num() |
||
|
Remove |
||
|
Reverse() |
Reverse the order of the arranged children |
|
|
SetFilter ( |
Name | Description | ||
---|---|---|---|
|
FArrangedWid... |
operator[] ( |
|
|
const FArran... |
operator[] ( |
Name |
Description |
---|---|
FArrangedWidgetArray |