UCommonBorder::SynchronizeProperties

Applies all properties to the native widget if possible.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonBorder.h

Include

#include "CommonBorder.h"

Source

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/CommonBorder.cpp

Syntax

virtual void SynchronizeProperties()

Remarks

Applies all properties to the native widget if possible. This is called after a widget is constructed. It can also be called by the editor to update modified state, so ensure all initialization to a widgets properties are performed here, or the property and visual state may become unsynced.