Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UDynamicEntryBox
Description
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.
Virtual Inheritance
- UWidget::SynchronizeProperties → UDynamicEntryBoxBase::SynchronizeProperties → UDynamicEntryBox::SynchronizeProperties
| Name | SynchronizeProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/DynamicEntryBox.h |
| Include Path | #include "Components/DynamicEntryBox.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/DynamicEntryBox.cpp |
virtual void SynchronizeProperties()