Activatable Widget Stack

Activatable Widget Stack

Windows
MacOS
Linux
On this page

Actions

Get Active Widget

Get Active Widget

Target is Common Activatable Widget Container Base

Push Widget

Adds a widget of the given class to the container. Note that all widgets added to the container are pooled, so the caller should not try to cache and re-use the created widget.

It is possible for multiple instances of the same class to be added to the container at once, so any instance created in the past is not guaranteed to be the one returned this time.

So in practice, you should not trust that any prior state has been retained on the returned widget, and establish all appropriate properties every time.

Target is Common Activatable Widget Container Base

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