![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UnicodeBlockRange.h>
Public Member Functions | |
| FText | GetDisplayName () const |
| FInt32Range | GetRange () const |
Static Public Member Functions | |
| static SLATECORE_API TArrayView< const FUnicodeBlockRange > | GetUnicodeBlockRanges () |
| static SLATECORE_API FUnicodeBlockRange | GetUnicodeBlockRange (const EUnicodeBlockRange InBlockIndex) |
Public Attributes | |
| EUnicodeBlockRange | Index |
| const TCHAR * | DisplayNameKey |
| const TCHAR * | DisplayNameLiteral |
| int32 | RangeLower |
| int32 | RangeUpper |
Pre-defined Unicode block ranges that can be used with the character ranges in sub-fonts
|
inline |
Resolve display name.
|
inline |
Resolve range.
|
static |
Returns the block corresponding to the given enum
|
static |
Returns an array containing all of the pre-defined block ranges
| const TCHAR* FUnicodeBlockRange::DisplayNameKey |
Display name key for this block. (Use GetDisplayName() method)
| const TCHAR* FUnicodeBlockRange::DisplayNameLiteral |
Display name literal for this block. (Use GetDisplayName() method)
| EUnicodeBlockRange FUnicodeBlockRange::Index |
Index enum of this block
| int32 FUnicodeBlockRange::RangeLower |
Range lower bound of this block. (Use GetRange() method)
| int32 FUnicodeBlockRange::RangeUpper |
Range upper bound of this block. (Use GetRange() method)