Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UTextBlock
- UWidget::SynchronizeProperties()
- UTextBlock::SynchronizeProperties()
- UCommonDateTimeTextBlock::SynchronizeProperties()
- UCommonNumericTextBlock::SynchronizeProperties()
- UCommonTextBlock::SynchronizeProperties()
- UCommonDateTimeTextBlock::SynchronizeProperties()
- UCommonNumericTextBlock::SynchronizeProperties()
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/TextBlock.h |
| Include | #include "Components/TextBlock.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/TextBlock.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.