Navigation
API > API/Plugins > API/Plugins/AvalancheText > API/Plugins/AvalancheText/FAvaFont
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvaFont () |
Default constructor: calling GetFont() right after the constructor will return the default font | Font/AvaFont.h | |
FAvaFont
(
UAvaFontObject* InFontObject |
This FAvaFont will be initialized using the provided UAvaFontObject | Font/AvaFont.h |
FAvaFont()
Description
Default constructor: calling GetFont() right after the constructor will return the default font
| Name | FAvaFont |
| 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 |
FAvaFont()
FAvaFont(UAvaFontObject *)
Description
This FAvaFont will be initialized using the provided UAvaFontObject
| Name | FAvaFont |
| 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 |
FAvaFont
(
UAvaFontObject * InFontObject
)