Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Fonts > API/Runtime/SlateCore/Fonts/FSlateFontAtlas
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h |
Include | #include "Fonts/FontTypes.h" |
Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontTypes.cpp |
bool BeginDeferredAddCharacter
(
const int16 InSizeX,
const int16 InSizeY,
FDeferredCharacterRenderData & OutCharInfo
)
Remarks
Reserve a slot for a character but dont't update the texture yet.
Parameters
Name | Description |
---|---|
InSizeX | Width of the character |
InSizeY | Height of the character |