Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FFontFaceData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | Fonts/CompositeFont.h | ||
FFontFaceData
(
TArray< uint8 >&& InData |
Construct from an existing block of font data | Fonts/CompositeFont.h |
FFontFaceData()
Description
Default constructor
| Name | FFontFaceData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include Path | #include "Fonts/CompositeFont.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp |
FFontFaceData()
FFontFaceData(TArray< uint8 > &&)
Description
Construct from an existing block of font data
| Name | FFontFaceData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include Path | #include "Fonts/CompositeFont.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp |
FFontFaceData
(
TArray < uint8 > && InData
)