Navigation
API > API/Runtime > API/Runtime/SlateCore
Pre-defined Unicode block ranges that can be used with the character ranges in sub-fonts
| Name | FUnicodeBlockRange |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/UnicodeBlockRange.h |
| Include Path | #include "Fonts/UnicodeBlockRange.h" |
Syntax
struct FUnicodeBlockRange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUnicodeBlockRange
(
EUnicodeBlockRange Index, |
Ctor. Forced to not be inlined to improve compile times | Fonts/UnicodeBlockRange.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | Display name of this block | Fonts/UnicodeBlockRange.h | |
| Index | EUnicodeBlockRange | Index enum of this block | Fonts/UnicodeBlockRange.h | |
| Range | FInt32Range | Range of this block | Fonts/UnicodeBlockRange.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FUnicodeBlockRange GetUnicodeBlockRange
(
const EUnicodeBlockRange InBlockIndex |
Returns the block corresponding to the given enum | Fonts/UnicodeBlockRange.h | |
static TArrayView< const FUnicodeBlockRange > GetUnicodeBlockRanges() |
Returns an array containing all of the pre-defined block ranges | Fonts/UnicodeBlockRange.h |