Navigation
API > API/Runtime > API/Runtime/SlateCore
Interface to all Slate font textures, both atlased and non-atlased
| Name | ISlateFontTexture |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h |
| Include Path | #include "Fonts/FontTypes.h" |
Syntax
class ISlateFontTexture
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISlateFontTexture() |
Fonts/FontTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetAtlasDataCopy
(
TArray< uint8 >& OutData |
Retrieves a copy of the texture atlas data in this texture. | Fonts/FontTypes.h | |
ESlateFontAtlasContentType GetContentType() |
Returns the type of content in the texture | Fonts/FontTypes.h | |
FTextureResource * GetEngineTexture() |
Returns the texture resource used the Engine | Fonts/FontTypes.h | |
FSlateShaderResource * GetSlateTexture() |
Returns the texture resource used by Slate | Fonts/FontTypes.h | |
void ReleaseRenderingResources() |
Releases rendering resources of this texture | Fonts/FontTypes.h |