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 |
static bool AreSameFont
(
const FAvaFont * InFontA,
const FAvaFont * InFontB
)
Remarks
Checks if the specified Ava Fonts are the same true if Fonts are the same
Parameters
| Name | Description |
|---|---|
| InFontA | First font for comparison |
| InFontB | Second font for comparison |