Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/UFontBulkData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const FString& InFontFilename |
Construct the bulk font data from the given file | Fonts/FontBulkData.h | |
void Initialize
(
const void*const InFontData, |
Construct the bulk font data from the given data | Fonts/FontBulkData.h |
Initialize(const FString &)
Description
Construct the bulk font data from the given file
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h |
| Include Path | #include "Fonts/FontBulkData.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontBulkData.cpp |
void Initialize
(
const FString & InFontFilename
)
Initialize(const void *const, const int64)
Description
Construct the bulk font data from the given data
| Name | Initialize |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontBulkData.h |
| Include Path | #include "Fonts/FontBulkData.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontBulkData.cpp |
void Initialize
(
const void *const InFontData,
const int64 InFontDataSizeBytes
)