Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FShapedGlyphSequence > API/Runtime/SlateCore/FShapedGlyphSequence/FGlyphOffsetResult
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Fonts/FontCache.h |
|
|
|
Fonts/FontCache.h |
|
|
|
Fonts/FontCache.h |
|
FGlyphOffsetResult()
| |
|
| Name |
FGlyphOffsetResult |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path |
#include "Fonts/FontCache.h" |
FGlyphOffsetResult()
FGlyphOffsetResult(const int32)
| |
|
| Name |
FGlyphOffsetResult |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path |
#include "Fonts/FontCache.h" |
FGlyphOffsetResult
(
const int32 InCharacterIndex
)
FGlyphOffsetResult(const FShapedGlyphEntry *, const int32)
| |
|
| Name |
FGlyphOffsetResult |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path |
#include "Fonts/FontCache.h" |
FGlyphOffsetResult
(
const FShapedGlyphEntry * InGlyph,
const int32 InGlyphOffset
)