FArrangedChildren::AddWidget

Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/ArrangedChildren.h

Include

#include "Layout/ArrangedChildren.h"

Syntax

void AddWidget
(
    EVisibility VisibilityOverride,
    const FArrangedWidget & InWidgetGeometry
)

Remarks

Add an arranged widget (i.e. widget and its resulting geometry) to the list of Arranged children.

Parameters

Parameter

Description

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss