UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnsiString.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5// Include UnrealString.h.inl's includes before defining the macros, in case the macros 'poison' other headers or there are re-entrant includes.
6#include "Containers/UnrealStringIncludes.h.inl" // IWYU pragma: export
7
8#define UE_STRING_CLASS FAnsiString
9#define UE_STRING_CHARTYPE ANSICHAR
10#define UE_STRING_CHARTYPE_IS_TCHAR 0
11#define UE_STRING_PRINTF_FMT_CHARTYPE ANSICHAR
12#define UE_STRING_DEPRECATED(Version, Message) UE_DEPRECATED(Version, Message)
13 #include "Containers/UnrealString.h.inl" // IWYU pragma: export
14#undef UE_STRING_DEPRECATED
15#undef UE_STRING_PRINTF_FMT_CHARTYPE
16#undef UE_STRING_CHARTYPE_IS_TCHAR
17#undef UE_STRING_CHARTYPE
18#undef UE_STRING_CLASS