Navigation
API > API/Plugins > API/Plugins/AvalancheText > API/Plugins/AvalancheText/FAvaFont
Description
Directly sets the current UAvaFontObject, and then updates this FAvaFont accordingly. If this FAvaFont is from past versions, the internal deprecated CurrentFont field will be set to nullptr.
| Name | SetFontObject |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheText/Public/Font/AvaFont.h |
| Include Path | #include "Font/AvaFont.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheText/Private/Font/AvaFont.cpp |
void SetFontObject
(
UAvaFontObject * InFontObject
)
Parameters
| Name | Remarks |
|---|---|
| InFontObject | {The FontObject which will be assigned to this FAvaFont} |