UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_meta_debug_info.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2// generated
3#ifndef _SYMS_META_DEBUG_INFO_H
4#define _SYMS_META_DEBUG_INFO_H
5//~ generated from code at syms/metaprogram/syms_metaprogram_serial.c:885
7enum{
14};
82enum{
91};
99
100//~ generated from code at syms/metaprogram/syms_metaprogram_serial.c:1133
104
105//~ generated from code at syms/metaprogram/syms_metaprogram_serial.c:1588
108
109//~ generated from code at syms/metaprogram/syms_metaprogram_serial.c:1694
110#endif
float v
Definition radaudio_mdct.cpp:62
#define SYMS_API
Definition syms_base.h:29
#define SYMS_C_LINKAGE_BEGIN
Definition syms_base.h:37
#define SYMS_C_LINKAGE_END
Definition syms_base.h:38
uint32_t SYMS_U32
Definition syms_crt_overrides.h:38
SYMS_MemVisibility
Definition syms_meta_debug_info.h:92
@ SYMS_MemVisibility_Protected
Definition syms_meta_debug_info.h:96
@ SYMS_MemVisibility_Null
Definition syms_meta_debug_info.h:93
@ SYMS_MemVisibility_COUNT
Definition syms_meta_debug_info.h:97
@ SYMS_MemVisibility_Public
Definition syms_meta_debug_info.h:95
@ SYMS_MemVisibility_Private
Definition syms_meta_debug_info.h:94
SYMS_U32 SYMS_TypeModifiers
Definition syms_meta_debug_info.h:81
SYMS_TypeKind
Definition syms_meta_debug_info.h:27
@ SYMS_TypeKind_Int128
Definition syms_meta_debug_info.h:35
@ SYMS_TypeKind_Complex64
Definition syms_meta_debug_info.h:54
@ SYMS_TypeKind_ForwardUnion
Definition syms_meta_debug_info.h:67
@ SYMS_TypeKind_Int32
Definition syms_meta_debug_info.h:33
@ SYMS_TypeKind_UInt128
Definition syms_meta_debug_info.h:42
@ SYMS_TypeKind_Void
Definition syms_meta_debug_info.h:57
@ SYMS_TypeKind_Int8
Definition syms_meta_debug_info.h:31
@ SYMS_TypeKind_UInt256
Definition syms_meta_debug_info.h:43
@ SYMS_TypeKind_Null
Definition syms_meta_debug_info.h:28
@ SYMS_TypeKind_COUNT
Definition syms_meta_debug_info.h:79
@ SYMS_TypeKind_Float80
Definition syms_meta_debug_info.h:51
@ SYMS_TypeKind_ForwardClass
Definition syms_meta_debug_info.h:66
@ SYMS_TypeKind_Float16
Definition syms_meta_debug_info.h:46
@ SYMS_TypeKind_Union
Definition syms_meta_debug_info.h:61
@ SYMS_TypeKind_Float64
Definition syms_meta_debug_info.h:50
@ SYMS_TypeKind_Int64
Definition syms_meta_debug_info.h:34
@ SYMS_TypeKind_Float32
Definition syms_meta_debug_info.h:47
@ SYMS_TypeKind_Float128
Definition syms_meta_debug_info.h:52
@ SYMS_TypeKind_Int16
Definition syms_meta_debug_info.h:32
@ SYMS_TypeKind_Complex80
Definition syms_meta_debug_info.h:55
@ SYMS_TypeKind_Label
Definition syms_meta_debug_info.h:78
@ SYMS_TypeKind_Float48
Definition syms_meta_debug_info.h:49
@ SYMS_TypeKind_Modifier
Definition syms_meta_debug_info.h:69
@ SYMS_TypeKind_Int256
Definition syms_meta_debug_info.h:36
@ SYMS_TypeKind_UInt512
Definition syms_meta_debug_info.h:44
@ SYMS_TypeKind_Complex32
Definition syms_meta_debug_info.h:53
@ SYMS_TypeKind_ForwardEnum
Definition syms_meta_debug_info.h:68
@ SYMS_TypeKind_Struct
Definition syms_meta_debug_info.h:59
@ SYMS_TypeKind_Complex128
Definition syms_meta_debug_info.h:56
@ SYMS_TypeKind_Enum
Definition syms_meta_debug_info.h:62
@ SYMS_TypeKind_Bitfield
Definition syms_meta_debug_info.h:76
@ SYMS_TypeKind_Stub
Definition syms_meta_debug_info.h:29
@ SYMS_TypeKind_Typedef
Definition syms_meta_debug_info.h:63
@ SYMS_TypeKind_Bool
Definition syms_meta_debug_info.h:45
@ SYMS_TypeKind_ForwardStruct
Definition syms_meta_debug_info.h:65
@ SYMS_TypeKind_LValueReference
Definition syms_meta_debug_info.h:71
@ SYMS_TypeKind_Proc
Definition syms_meta_debug_info.h:75
@ SYMS_TypeKind_MemberPtr
Definition syms_meta_debug_info.h:73
@ SYMS_TypeKind_UInt8
Definition syms_meta_debug_info.h:38
@ SYMS_TypeKind_Array
Definition syms_meta_debug_info.h:74
@ SYMS_TypeKind_UInt16
Definition syms_meta_debug_info.h:39
@ SYMS_TypeKind_Variadic
Definition syms_meta_debug_info.h:77
@ SYMS_TypeKind_RValueReference
Definition syms_meta_debug_info.h:72
@ SYMS_TypeKind_UInt64
Definition syms_meta_debug_info.h:41
@ SYMS_TypeKind_Int512
Definition syms_meta_debug_info.h:37
@ SYMS_TypeKind_Float32PP
Definition syms_meta_debug_info.h:48
@ SYMS_TypeKind_Class
Definition syms_meta_debug_info.h:60
@ SYMS_TypeKind_UInt32
Definition syms_meta_debug_info.h:40
@ SYMS_TypeKind_Ptr
Definition syms_meta_debug_info.h:70
SYMS_U32 SYMS_UnitFeatures
Definition syms_meta_debug_info.h:6
SYMS_C_LINKAGE_BEGIN SYMS_API SYMS_U32 syms_bit_size_from_type_kind(SYMS_TypeKind v)
Definition syms_meta_debug_info.c:7
@ SYMS_TypeModifier_Volatile
Definition syms_meta_debug_info.h:87
@ SYMS_TypeModifier_Restrict
Definition syms_meta_debug_info.h:85
@ SYMS_TypeModifier_RValueReference
Definition syms_meta_debug_info.h:90
@ SYMS_TypeModifier_Char
Definition syms_meta_debug_info.h:88
@ SYMS_TypeModifier_Shared
Definition syms_meta_debug_info.h:86
@ SYMS_TypeModifier_Const
Definition syms_meta_debug_info.h:83
@ SYMS_TypeModifier_Packed
Definition syms_meta_debug_info.h:84
@ SYMS_TypeModifier_Reference
Definition syms_meta_debug_info.h:89
SYMS_SymbolKind
Definition syms_meta_debug_info.h:15
@ SYMS_SymbolKind_Const
Definition syms_meta_debug_info.h:22
@ SYMS_SymbolKind_TLSVariable
Definition syms_meta_debug_info.h:21
@ SYMS_SymbolKind_LocalVariable
Definition syms_meta_debug_info.h:20
@ SYMS_SymbolKind_Type
Definition syms_meta_debug_info.h:17
@ SYMS_SymbolKind_COUNT
Definition syms_meta_debug_info.h:25
@ SYMS_SymbolKind_Procedure
Definition syms_meta_debug_info.h:18
@ SYMS_SymbolKind_Inline
Definition syms_meta_debug_info.h:24
@ SYMS_SymbolKind_ImageRelativeVariable
Definition syms_meta_debug_info.h:19
@ SYMS_SymbolKind_Null
Definition syms_meta_debug_info.h:16
@ SYMS_SymbolKind_Scope
Definition syms_meta_debug_info.h:23
@ SYMS_UnitFeature_CompilationUnit
Definition syms_meta_debug_info.h:8
@ SYMS_UnitFeature_ExternVariables
Definition syms_meta_debug_info.h:11
@ SYMS_UnitFeature_FunctionStubs
Definition syms_meta_debug_info.h:13
@ SYMS_UnitFeature_Types
Definition syms_meta_debug_info.h:9
@ SYMS_UnitFeature_Functions
Definition syms_meta_debug_info.h:12
@ SYMS_UnitFeature_StaticVariables
Definition syms_meta_debug_info.h:10