UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SYMS_TypeGraph Struct Reference

#include <syms_type_graph.h>

Public Attributes

SYMS_Arenaarena
 
SYMS_StringConsstring_cons
 
SYMS_U64 address_size
 
SYMS_TypeContentBuckets content_buckets
 
SYMS_TypeUSIDBuckets usid_buckets
 
SYMS_TypeNameBuckets name_buckets
 
SYMS_TypeNodetype_void
 
SYMS_TypeNodetype_bool
 
SYMS_TypeNodetype_u8
 
SYMS_TypeNodetype_u16
 
SYMS_TypeNodetype_u32
 
SYMS_TypeNodetype_u64
 
SYMS_TypeNodetype_u128
 
SYMS_TypeNodetype_s8
 
SYMS_TypeNodetype_s16
 
SYMS_TypeNodetype_s32
 
SYMS_TypeNodetype_s64
 
SYMS_TypeNodetype_s128
 
SYMS_TypeNodetype_f32
 
SYMS_TypeNodetype_f64
 

Member Data Documentation

◆ address_size

SYMS_U64 SYMS_TypeGraph::address_size

◆ arena

SYMS_Arena* SYMS_TypeGraph::arena

◆ content_buckets

SYMS_TypeContentBuckets SYMS_TypeGraph::content_buckets

◆ name_buckets

SYMS_TypeNameBuckets SYMS_TypeGraph::name_buckets

◆ string_cons

SYMS_StringCons* SYMS_TypeGraph::string_cons

◆ type_bool

SYMS_TypeNode* SYMS_TypeGraph::type_bool

◆ type_f32

SYMS_TypeNode* SYMS_TypeGraph::type_f32

◆ type_f64

SYMS_TypeNode* SYMS_TypeGraph::type_f64

◆ type_s128

SYMS_TypeNode* SYMS_TypeGraph::type_s128

◆ type_s16

SYMS_TypeNode* SYMS_TypeGraph::type_s16

◆ type_s32

SYMS_TypeNode* SYMS_TypeGraph::type_s32

◆ type_s64

SYMS_TypeNode* SYMS_TypeGraph::type_s64

◆ type_s8

SYMS_TypeNode* SYMS_TypeGraph::type_s8

◆ type_u128

SYMS_TypeNode* SYMS_TypeGraph::type_u128

◆ type_u16

SYMS_TypeNode* SYMS_TypeGraph::type_u16

◆ type_u32

SYMS_TypeNode* SYMS_TypeGraph::type_u32

◆ type_u64

SYMS_TypeNode* SYMS_TypeGraph::type_u64

◆ type_u8

SYMS_TypeNode* SYMS_TypeGraph::type_u8

◆ type_void

SYMS_TypeNode* SYMS_TypeGraph::type_void

◆ usid_buckets

SYMS_TypeUSIDBuckets SYMS_TypeGraph::usid_buckets

The documentation for this struct was generated from the following file: