UWindowTitleBarArea::RebuildWidget

Function implemented by all subclasses of [UWidget](API\Runtime\UMG\Components\UWidget) is called when the underlying [SWidget](API\Runtime\SlateCore\Widgets\SWidget) needs to be constructed.

Windows
MacOS
Linux

Override Hierarchy

UWidget::RebuildWidget()

UWindowTitleBarArea::RebuildWidget()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/WindowTitleBarArea.h

Include

#include "Components/WindowTitleBarArea.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/WindowTitleBarArea.cpp

Syntax

virtual TSharedRef< SWidget > RebuildWidget()

Remarks

Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed.

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