FSourceIndicesToGlyphData

A map of source indices to their shaped glyph data indices.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Fonts/FontCache.h"

Syntax

struct FSourceIndicesToGlyphData

Remarks

A map of source indices to their shaped glyph data indices. Stored internally as an array so we can perform a single allocation

Constructors

Name Description

Public function

FSourceIndicesToGlyphData

(
    const FSourceTextRange& InSourceTe...
)

Functions

Name Description

Public function Const

uint32

 

GetAllocatedSize()

Public function

FSourceIndex...

 

GetGlyphData

(
    const int32 InSourceTextIndex
)

Public function Const

const FSourc...

 

GetGlyphData

(
    const int32 InSourceTextIndex
)

Public function Const

int32

 

GetSourceTextEndIndex()

Public function Const

int32

 

GetSourceTextStartIndex()

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