UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_serial.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2/* date = April 16th 2021 0:08 pm */
3
4#ifndef SYMS_SERIAL_H
5#define SYMS_SERIAL_H
6
8// NOTE(allen): Implement serial control macro features
9
10#if !defined(SYMS_DISABLE_SERIAL_INFO_AUTOMATIC)
11# if defined(_SYMS_META_BASE_H)
12# define SYMS_ENABLE_BASE_SERIAL_INFO
13# endif
14# if defined(_SYMS_META_DEBUG_INFO_H)
15# define SYMS_ENABLE_DEBUG_INFO_SERIAL_INFO
16# endif
17# if defined(_SYMS_META_CV_H)
18# define SYMS_ENABLE_CV_SERIAL_INFO
19# endif
20# if defined(_SYMS_META_DWARF_H)
21# define SYMS_ENABLE_DWARF_SERIAL_INFO
22# endif
23# if defined(_SYMS_META_COFF_H)
24# define SYMS_ENABLE_COFF_SERIAL_INFO
25# endif
26# if defined(_SYMS_META_PE_H)
27# define SYMS_ENABLE_PE_SERIAL_INFO
28# endif
29# if defined(_SYMS_META_MACH_H)
30# define SYMS_ENABLE_MACH_SERIAL_INFO
31# endif
32# if defined(_SYMS_META_ELF_H)
33# define SYMS_ENABLE_ELF_SERIAL_INFO
34# endif
35#endif
36
38// NOTE(allen): Include extended serial info
39
41
42#endif //SYMS_SERIAL_H