Navigation
API > API/Plugins > API/Plugins/AvalancheText > API/Plugins/AvalancheText/FAvaFont
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GenerateFontFormattedString
(
const FString& InFontName, |
Returns a formatted string representing a FAvaFont for the specified FontObjectPathName and FontName Useful e.g. when setting the value of multiple FAvaFonts using IPropertyHandle->SetPerObjectValues | Font/AvaFont.h | |
static bool GenerateFontFormattedString
(
const UAvaFontObject* InFontObject, |
Returns a formatted string representing a FAvaFont for the specified UAvaFontObject Useful e.g. when setting the value of multiple FAvaFonts using IPropertyHandle->SetPerObjectValues | Font/AvaFont.h |
GenerateFontFormattedString(const FString &, const FString &)
Description
Returns a formatted string representing a FAvaFont for the specified FontObjectPathName and FontName Useful e.g. when setting the value of multiple FAvaFonts using IPropertyHandle->SetPerObjectValues
| Name | GenerateFontFormattedString |
| 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 |
static FString GenerateFontFormattedString
(
const FString & InFontName,
const FString & InFontObjectPathName
)
{the formatted string}
Parameters
| Name | Remarks |
|---|---|
| InFontName | {The name of the font handled by UAvaFontObject} |
| InFontObjectPathName | {The path of the UAvaFontObject} |
GenerateFontFormattedString(const UAvaFontObject *, FString &)
Description
Returns a formatted string representing a FAvaFont for the specified UAvaFontObject Useful e.g. when setting the value of multiple FAvaFonts using IPropertyHandle->SetPerObjectValues
| Name | GenerateFontFormattedString |
| 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 |
static bool GenerateFontFormattedString
(
const UAvaFontObject * InFontObject,
FString & OutFormattedString
)
{true if successful}
Parameters
| Name | Remarks |
|---|---|
| InFontObject | {The UAvaFontObject used to generated the FAvaFont formatted string} |
| OutFormattedString | {will contain the formatted string} |