UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UnicodeBlockRange.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "CoreMinimal.h"
7#include "HAL/Platform.h"
9#include "Math/Range.h"
10
13{
14// Macro parameter names here have to be TEXT_KEY and TEXT_LITERAL and not LOCTEXT_KEY/LOCTEXT_LITERAL
15// to not confuse the localization tooling.
16#define REGISTER_UNICODE_BLOCK_RANGE(LOWERBOUND, UPPERBOUND, SYMBOLNAME, TEXT_KEY, TEXT_LITERAL) SYMBOLNAME,
17#include "UnicodeBlockRange.inl"
18#undef REGISTER_UNICODE_BLOCK_RANGE
19};
20
#define TEXT(x)
Definition Platform.h:1272
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EUnicodeBlockRange
Definition UnicodeBlockRange.h:13
uint16_t uint16
Definition binka_ue_file_header.h:7
Definition Text.h:385
static CORE_API FText AsLocalizable_Advanced(const FTextKey &Namespace, const FTextKey &Key, const TCHAR *String)
Definition Text.cpp:1226
Definition ArrayView.h:139
Definition UnicodeBlockRange.h:23
EUnicodeBlockRange Index
Definition UnicodeBlockRange.h:25
FInt32Range GetRange() const
Definition UnicodeBlockRange.h:52
static SLATECORE_API TArrayView< const FUnicodeBlockRange > GetUnicodeBlockRanges()
Definition UnicodeBlockRange.cpp:5
int32 RangeUpper
Definition UnicodeBlockRange.h:37
FText GetDisplayName() const
Definition UnicodeBlockRange.h:46
static SLATECORE_API FUnicodeBlockRange GetUnicodeBlockRange(const EUnicodeBlockRange InBlockIndex)
Definition UnicodeBlockRange.cpp:16
int32 RangeLower
Definition UnicodeBlockRange.h:34
const TCHAR * DisplayNameLiteral
Definition UnicodeBlockRange.h:31
const TCHAR * DisplayNameKey
Definition UnicodeBlockRange.h:28