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

#include <syms_dwarf_expr.h>

Public Attributes

SYMS_DwSimpleLocKind kind
 
union { 
 
   SYMS_U64   addr 
 
   SYMS_U64   reg_idx 
 
   SYMS_U64   val 
 
   SYMS_String8   val_long 
 
   struct { 
 
      SYMS_DwLocFailKind   fail_kind 
 
      SYMS_U64   fail_data 
 
   }  
 
};  
 

Member Data Documentation

◆ [union]

union { ... } SYMS_DwSimpleLoc

◆ addr

SYMS_U64 SYMS_DwSimpleLoc::addr

◆ fail_data

SYMS_U64 SYMS_DwSimpleLoc::fail_data

◆ fail_kind

SYMS_DwLocFailKind SYMS_DwSimpleLoc::fail_kind

◆ kind

SYMS_DwSimpleLocKind SYMS_DwSimpleLoc::kind

◆ reg_idx

SYMS_U64 SYMS_DwSimpleLoc::reg_idx

◆ val

SYMS_U64 SYMS_DwSimpleLoc::val

◆ val_long

SYMS_String8 SYMS_DwSimpleLoc::val_long

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