UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UnicodeBlockRange.inl
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3// XMacro header
4// #define REGISTER_UNICODE_BLOCK_RANGE(LOWERBOUND, UPPERBOUND, SYMBOLNAME, LOCTEXT_KEY, LOCTEXT_LITERAL) before including this header
5
6REGISTER_UNICODE_BLOCK_RANGE(0x0000, 0x001f, ControlCharacter, "ControlCharacter", "Control Character")
168
169// The following are outside the Basic Multilingual Plane, so may not be supported by UE on all platforms
197REGISTER_UNICODE_BLOCK_RANGE(0x10920, 0x1093f, Lydian, "Lydian", "Lydian")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ Cards
Definition HairStrandsInterface.h:192
@ General
Definition MaterialExpressionFunctionInput.h:41
T * New(FMemStackBase &Mem, int32 Count=1, int32 Align=DEFAULT_ALIGNMENT)
Definition MemStack.h:259
#define REGISTER_UNICODE_BLOCK_RANGE(LOWERBOUND, UPPERBOUND, SYMBOLNAME, LOCTEXT_KEY, LOCTEXT_LITERAL)
Definition OverriddenPropertySet.cpp:45