Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/FShapedTextOptions
Description
Synchronize the properties with the given widget. A template as the Slate widgets conform to the same API, but don't derive from a common base.
| Name | SynchronizeShapedTextProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/TextWidgetTypes.h |
| Include Path | #include "Components/TextWidgetTypes.h" |
template<typename TWidgetType>
void SynchronizeShapedTextProperties
(
TWidgetType & InWidget
) const