UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUnicodeBlockRange Struct Reference

#include <UnicodeBlockRange.h>

Public Member Functions

FText GetDisplayName () const
 
FInt32Range GetRange () const
 

Static Public Member Functions

static SLATECORE_API TArrayView< const FUnicodeBlockRangeGetUnicodeBlockRanges ()
 
static SLATECORE_API FUnicodeBlockRange GetUnicodeBlockRange (const EUnicodeBlockRange InBlockIndex)
 

Public Attributes

EUnicodeBlockRange Index
 
const TCHARDisplayNameKey
 
const TCHARDisplayNameLiteral
 
int32 RangeLower
 
int32 RangeUpper
 

Detailed Description

Pre-defined Unicode block ranges that can be used with the character ranges in sub-fonts

Member Function Documentation

◆ GetDisplayName()

FText FUnicodeBlockRange::GetDisplayName ( ) const
inline

Resolve display name.

◆ GetRange()

FInt32Range FUnicodeBlockRange::GetRange ( ) const
inline

Resolve range.

◆ GetUnicodeBlockRange()

FUnicodeBlockRange FUnicodeBlockRange::GetUnicodeBlockRange ( const EUnicodeBlockRange  InBlockIndex)
static

Returns the block corresponding to the given enum

◆ GetUnicodeBlockRanges()

TArrayView< const FUnicodeBlockRange > FUnicodeBlockRange::GetUnicodeBlockRanges ( )
static

Returns an array containing all of the pre-defined block ranges

Member Data Documentation

◆ DisplayNameKey

const TCHAR* FUnicodeBlockRange::DisplayNameKey

Display name key for this block. (Use GetDisplayName() method)

◆ DisplayNameLiteral

const TCHAR* FUnicodeBlockRange::DisplayNameLiteral

Display name literal for this block. (Use GetDisplayName() method)

◆ Index

EUnicodeBlockRange FUnicodeBlockRange::Index

Index enum of this block

◆ RangeLower

int32 FUnicodeBlockRange::RangeLower

Range lower bound of this block. (Use GetRange() method)

◆ RangeUpper

int32 FUnicodeBlockRange::RangeUpper

Range upper bound of this block. (Use GetRange() method)


The documentation for this struct was generated from the following files: