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
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayNameKey | const TCHAR * | Display name key for this block. (Use GetDisplayName() method) | Fonts/UnicodeBlockRange.h | |
| DisplayNameLiteral | const TCHAR * | Display name literal for this block. (Use GetDisplayName() method) | Fonts/UnicodeBlockRange.h | |
| Index | EUnicodeBlockRange | Index enum of this block | Fonts/UnicodeBlockRange.h | |
| RangeLower | int32 | Range lower bound of this block. (Use GetRange() method) | Fonts/UnicodeBlockRange.h | |
| RangeUpper | int32 | Range upper bound of this block. (Use GetRange() method) | Fonts/UnicodeBlockRange.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetDisplayName() |
Resolve display name. | Fonts/UnicodeBlockRange.h | |
FInt32Range GetRange() |
Resolve range. | Fonts/UnicodeBlockRange.h |
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 |