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 |
bool IsFallbackFont() const
Remarks
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. true if this FAvaFont is in fallback state