UPropertyViewBase::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.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UWidget::RebuildWidget()

UPropertyViewBase::RebuildWidget()

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Public/Components/PropertyViewBase.h

Include

#include "Components/PropertyViewBase.h"

Source

/Engine/Source/Editor/UMGEditor/Private/Components/PropertyViewBase.cpp

Syntax

virtual TSharedRef< SWidget > RebuildWidget()

Remarks

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