Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Fonts
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/UnicodeBlockRange.h |
Include | #include "Fonts/UnicodeBlockRange.h" |
Syntax
struct FUnicodeBlockRange
Remarks
Pre-defined Unicode block ranges that can be used with the character ranges in sub-fonts
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FText | DisplayName | Display name of this block |
![]() |
EUnicodeBlockRange | Index | Index enum of this block |
![]() |
FInt32Range | Range | Range of this block |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FUnicodeBlockRange | GetUnicodeBlockRange
(
const EUnicodeBlockRange InBlockIndex |
Returns the block corresponding to the given enum |
![]() ![]() |
TArrayView< const FUnicodeBlockRange > | Returns an array containing all of the pre-defined block ranges |