Navigation
API > API/Plugins > API/Plugins/AvalancheText > API/Plugins/AvalancheText/Font > API/Plugins/AvalancheText/Font/FAvaFont > API/Plugins/AvalancheText/Font/FAvaFont/GenerateFontFormattedString
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 FString GenerateFontFormattedString
(
const FString & InFontName,
const FString & InFontObjectPathName
)
Remarks
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 {the formatted string}
Parameters
| Name | Description |
|---|---|
| InFontName | {The name of the font handled by UAvaFontObject} |
| InFontObjectPathName | {The path of the UAvaFontObject} |