Navigation
API > API/Plugins > API/Plugins/AvalancheText > API/Plugins/AvalancheText/Font > API/Plugins/AvalancheText/Font/FAvaFont
References
| Module | AvalancheText |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheText/Public/Font/AvaFont.h |
| Include | #include "Font/AvaFont.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheText/Private/Font/AvaFont.cpp |
void SetFontObject
(
UAvaFontObject * InFontObject
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| InFontObject | {The FontObject which will be assigned to this FAvaFont} |