Navigation
API > API/Plugins > API/Plugins/AvalancheText > API/Plugins/AvalancheText/FAvaFont
Description
Checks if this FAvaFont is in fallback state. This happens when the font referenced by this FAvaFont is not available after de-serialization. This likely means that a UFont asset is missing. In fallback state, a FAvaFont will return the default font when GetFont() is called.
| Name | IsFallbackFont |
| 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 |
bool IsFallbackFont() const
true if this FAvaFont is in fallback state