USpacer::SynchronizeProperties

Applies all properties to the native widget if possible.

Windows
MacOS
Linux

Override Hierarchy

UWidget::SynchronizeProperties()

USpacer::SynchronizeProperties()

References

Module

UMG

Header

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

Include

#include "Components/Spacer.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/Spacer.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.

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