Navigation
API > API/Runtime > API/Runtime/PreLoadScreen > API/Runtime/PreLoadScreen/FPreLoadSettingsContainerBase
Description
Maps the given font file to the given language and stores it under the FontIdentifier. Identifier maps the entire CompositeFont, so if you want to add multiple fonts for multiple languages, just store them all under the same identifer
| Name | BuildCustomFont |
| Type | function |
| Header File | /Engine/Source/Runtime/PreLoadScreen/Public/PreLoadSettingsContainer.h |
| Include Path | #include "PreLoadSettingsContainer.h" |
| Source | /Engine/Source/Runtime/PreLoadScreen/Private/PreLoadSettingsContainer.cpp |
virtual void BuildCustomFont
(
const FString & FontIdentifier,
const FString & Language,
const FString & FilePath
)