UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Version.h File Reference

Go to the source code of this file.

Macros

#define ENGINE_MAJOR_VERSION   5
 
#define ENGINE_MINOR_VERSION   7
 
#define ENGINE_PATCH_VERSION   2
 
#define VERSION_TEXT(x)   TEXT(x)
 
#define VERSION_STRINGIFY_2(x)   VERSION_TEXT(#x)
 
#define VERSION_STRINGIFY(x)   VERSION_STRINGIFY_2(x)
 
#define EPIC_COMPANY_NAME   "Epic Games, Inc."
 
#define EPIC_COPYRIGHT_STRING   "Copyright Epic Games, Inc. All Rights Reserved."
 
#define EPIC_PRODUCT_NAME   "Unreal Engine"
 
#define EPIC_PRODUCT_IDENTIFIER   "UnrealEngine"
 
#define ENGINE_VERSION_STRING
 

Macro Definition Documentation

◆ ENGINE_MAJOR_VERSION

#define ENGINE_MAJOR_VERSION   5

◆ ENGINE_MINOR_VERSION

#define ENGINE_MINOR_VERSION   7

◆ ENGINE_PATCH_VERSION

#define ENGINE_PATCH_VERSION   2

◆ ENGINE_VERSION_STRING

#define ENGINE_VERSION_STRING
Value:
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define VERSION_STRINGIFY(x)
Definition Version.h:73
#define ENGINE_MAJOR_VERSION
Definition Version.h:58
#define ENGINE_PATCH_VERSION
Definition Version.h:60
#define ENGINE_MINOR_VERSION
Definition Version.h:59

◆ EPIC_COMPANY_NAME

#define EPIC_COMPANY_NAME   "Epic Games, Inc."

◆ EPIC_COPYRIGHT_STRING

#define EPIC_COPYRIGHT_STRING   "Copyright Epic Games, Inc. All Rights Reserved."

◆ EPIC_PRODUCT_IDENTIFIER

#define EPIC_PRODUCT_IDENTIFIER   "UnrealEngine"

◆ EPIC_PRODUCT_NAME

#define EPIC_PRODUCT_NAME   "Unreal Engine"

◆ VERSION_STRINGIFY

#define VERSION_STRINGIFY (   x)    VERSION_STRINGIFY_2(x)

◆ VERSION_STRINGIFY_2

#define VERSION_STRINGIFY_2 (   x)    VERSION_TEXT(#x)

◆ VERSION_TEXT

#define VERSION_TEXT (   x)    TEXT(x)