ISlateFontAtlasFactory

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Fonts/FontTypes.h"

Syntax

class ISlateFontAtlasFactory

Functions

Name Description

Public function Const

TSharedRef< ...

 

CreateFontAtlas

(
    const bool InIsGrayscale
)

Public function Const

TSharedPtr< ...

 

CreateNonAtlasedTexture

(
    const uint32 InWidth,
    const uint32 InHeight,
    const bool InIsGrayscale,
    const TArray< uint8 >& InRawData
)

Public function Const

FIntPoint

 

GetAtlasSize

(
    const bool InIsGrayscale
)

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