Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UDynamicEntryBoxBase
- UWidget::SynchronizeProperties()
- UDynamicEntryBoxBase::SynchronizeProperties()
- UCommonBoundActionBar::SynchronizeProperties()
- UDynamicEntryBox::SynchronizeProperties()
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/DynamicEntryBoxBase.h |
Include | #include "Components/DynamicEntryBoxBase.h" |
Source | /Engine/Source/Runtime/UMG/Private/Components/DynamicEntryBoxBase.cpp |
virtual void SynchronizeProperties&40;&41;
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.