ISlateFontTexture

Interface to all Slate font textures, both atlased and non-atlased

Windows
MacOS
Linux

Inheritance Hierarchy

ISlateFontTexture

FSlateFontAtlas

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h

Include

#include "Fonts/FontTypes.h"

Syntax

class ISlateFontTexture

Remarks

Interface to all Slate font textures, both atlased and non-atlased

Destructors

Name Description

Public function Virtual

~ISlateFontTexture()

Functions

Name Description

Public function

FTextureReso...

 

GetEngineTexture()

Returns the texture resource used the Engine

Public function

FSlateShader...

 

GetSlateTexture()

Returns the texture resource used by Slate

Public function Const

bool

 

IsGrayscale()

Returns whether the texture resource is 8-bit grayscale or 8-bit per-channel BGRA color

Public function Virtual

void

 

ReleaseResources()

Releases rendering resources of this texture

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss