UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VVMTextPrinting.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2// Copyright Epic Games, Inc. All Rights Reserved.
3
4#pragma once
5
7#include "HAL/Platform.h"
8
9class FUtf8String;
10
11namespace Verse
12{
16
20} // namespace Verse
FPlatformTypes::UTF32CHAR UTF32CHAR
A 32-bit character containing a UTF32 (Unicode, 32-bit, fixed-width) code unit.
Definition Platform.h:1143
FPlatformTypes::UTF8CHAR UTF8CHAR
An 8-bit character containing a UTF8 (Unicode, 8-bit, variable-width) code unit.
Definition Platform.h:1137
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
@ Char
Character type.
Definition StringBuilder.h:79
Definition Archive.h:36
COREUOBJECT_API FUtf8String VerseToString(UTF8CHAR Char)
void AppendVerseToString(FUtf8StringBuilderBase &Builder, UTF8CHAR Char)
Definition VVMTextPrinting.cpp:128