Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/URichTextBlock
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/RichTextBlock.h |
| Include | #include "Components/RichTextBlock.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/RichTextBlock.cpp |
UFUNCTION (BlueprintCallable, Category="Appearance")
void SetDefaultFont
(
FSlateFontInfo InFontInfo
)
Remarks
Dynamically set the default font info for this rich text block
Parameters
| Name | Description |
|---|---|
| InFontInfo | The new font info |