UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_meta_eval_ext.c
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2// generated
3#ifndef _SYMS_META_EVAL_EXT_C
4#define _SYMS_META_EVAL_EXT_C
5//~ generated from code at syms/metaprogram/syms_metaprogram_eval.c:387
7syms_str8_comp("Stop"),
8syms_str8_comp("Cond"),
9syms_str8_comp("Skip"),
10syms_str8_comp("MemRead"),
11syms_str8_comp("RegRead"),
12syms_str8_comp("RegReadDyn"),
13syms_str8_comp("FrameOff"),
14syms_str8_comp("ModuleOff"),
15syms_str8_comp("TLSOff"),
16syms_str8_comp("ObjectOff"),
17syms_str8_comp("CFA"),
18syms_str8_comp("ConstU8"),
19syms_str8_comp("ConstU16"),
20syms_str8_comp("ConstU32"),
21syms_str8_comp("ConstU64"),
22syms_str8_comp("Abs"),
23syms_str8_comp("Neg"),
24syms_str8_comp("Add"),
25syms_str8_comp("Sub"),
26syms_str8_comp("Mul"),
27syms_str8_comp("Div"),
28syms_str8_comp("Mod"),
29syms_str8_comp("LShift"),
30syms_str8_comp("RShift"),
31syms_str8_comp("BitAnd"),
32syms_str8_comp("BitOr"),
33syms_str8_comp("BitXor"),
34syms_str8_comp("BitNot"),
35syms_str8_comp("LogAnd"),
36syms_str8_comp("LogOr"),
37syms_str8_comp("LogNot"),
38syms_str8_comp("EqEq"),
39syms_str8_comp("NtEq"),
40syms_str8_comp("LsEq"),
41syms_str8_comp("GrEq"),
42syms_str8_comp("Less"),
43syms_str8_comp("Grtr"),
44syms_str8_comp("Trunc"),
45syms_str8_comp("TruncSigned"),
46syms_str8_comp("Convert"),
47syms_str8_comp("Pick"),
48syms_str8_comp("Pop"),
49syms_str8_comp("Insert"),
50};
51#endif
Definition syms_base.h:296
#define syms_str8_comp(s)
Definition syms_base.h:482
#define SYMS_GLOBAL
Definition syms_base.h:42
SYMS_GLOBAL SYMS_String8 syms_eval_opcode_strings[]
Definition syms_meta_eval_ext.c:6