Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateFontCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateFontCache
(
const FSlateFontCache& |
Non-copyable. | Fonts/FontCache.h | |
FSlateFontCache
(
TSharedRef< ISlateFontAtlasFactory > InFontAtlasFactory, |
Constructor | Fonts/FontCache.h |
FSlateFontCache(const FSlateFontCache &)
Description
Non-copyable.
| Name | FSlateFontCache |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
FSlateFontCache
(
const FSlateFontCache &
)
FSlateFontCache(TSharedRef< ISlateFontAtlasFactory >, ESlateTextureAtlasThreadId)
Description
Constructor
| Name | FSlateFontCache |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
FSlateFontCache
(
TSharedRef < ISlateFontAtlasFactory > InFontAtlasFactory,
ESlateTextureAtlasThreadId InOwningThread
)
Parameters
| Name | Remarks |
|---|---|
| InTextureSize | The size of the atlas texture |
| InFontAlas | Platform specific font atlas resource |