USynth2DSlider::SynchronizeProperties

Applies all properties to the native widget if possible.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UWidget::SynchronizeProperties()

USynth2DSlider::SynchronizeProperties()

References

Module

Synthesis

Header

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Public/UI/Synth2DSlider.h

Include

#include "UI/Synth2DSlider.h"

Source

/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Private/UI/Synth2DSlider.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.