![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <syms_type_graph.h>
Public Attributes | ||
| SYMS_TypeKind | kind | |
| SYMS_String8 | name | |
| SYMS_U64 | byte_size | |
| SYMS_TypeUniqueInfo * | unique | |
| struct SYMS_TypeNode * | direct_type | |
| struct SYMS_TypeNode * | this_type | |
| union { | ||
| SYMS_TypeModifiers mods | ||
| SYMS_U64 array_count | ||
| struct { | ||
| SYMS_U32 off | ||
| SYMS_U32 count | ||
| } bits | ||
| struct { | ||
| struct SYMS_TypeNode ** params | ||
| SYMS_U64 param_count | ||
| } proc | ||
| void * lazy_ptr | ||
| }; | ||
| union { ... } SYMS_TypeNode |
| SYMS_U64 SYMS_TypeNode::array_count |
| struct { ... } SYMS_TypeNode::bits |
| SYMS_U64 SYMS_TypeNode::byte_size |
| SYMS_U32 SYMS_TypeNode::count |
| struct SYMS_TypeNode* SYMS_TypeNode::direct_type |
| SYMS_TypeKind SYMS_TypeNode::kind |
| void* SYMS_TypeNode::lazy_ptr |
| SYMS_TypeModifiers SYMS_TypeNode::mods |
| SYMS_String8 SYMS_TypeNode::name |
| SYMS_U32 SYMS_TypeNode::off |
| SYMS_U64 SYMS_TypeNode::param_count |
| struct SYMS_TypeNode** SYMS_TypeNode::params |
| struct { ... } SYMS_TypeNode::proc |
| struct SYMS_TypeNode* SYMS_TypeNode::this_type |
| SYMS_TypeUniqueInfo* SYMS_TypeNode::unique |