![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ArrangedChildren.h>
Public Types | |
| typedef TArray< FArrangedWidget, TInlineAllocator< 4 > > | FArrangedWidgetArray |
Static Public Member Functions | |
| static FArrangedChildren | Hittest2_FromArray (const TArrayView< FWidgetAndPointer > InWidgets) |
The results of an ArrangeChildren are always returned as an FArrangedChildren. FArrangedChildren supports a filter that is useful for excluding widgets with unwanted visibilities.
|
inline |
Construct a new container for arranged children that only accepts children that match the VisibilityFilter. e.g. FArrangedChildren ArrangedChildren( VIS_All ); // Children will be included regardless of visibility FArrangedChildren ArrangedChildren( EVisibility::Visible ); // Only visible children will be included FArrangedChildren ArrangedChildren( EVisibility::Collapsed | EVisibility::Hidden ); // Only hidden and collapsed children will be included.
|
inline |
| void FArrangedChildren::AddWidget | ( | const FArrangedWidget & | InWidgetGeometry | ) |
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
|
inline |
Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children.
| VisibilityOverride | The arrange function may override the visibility of the widget for the purposes of layout or performance (i.e. prevent redundant call to Widget->GetVisibility()) |
| InWidgetGeometry | The arranged widget (i.e. widget and its geometry) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
| void FArrangedChildren::InsertWidget | ( | const FArrangedWidget & | InWidgetGeometry, |
| int32 | Index | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Reserves sufficient memory for the given number of arranged widgets.
|
inline |
Reverse the order of the arranged children
|
inline |