![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 | ||
| } | ||
| }; | ||
| union { ... } SYMS_DwSimpleLoc |
| SYMS_U64 SYMS_DwSimpleLoc::addr |
| SYMS_U64 SYMS_DwSimpleLoc::fail_data |
| SYMS_DwLocFailKind SYMS_DwSimpleLoc::fail_kind |
| SYMS_DwSimpleLocKind SYMS_DwSimpleLoc::kind |
| SYMS_U64 SYMS_DwSimpleLoc::reg_idx |
| SYMS_U64 SYMS_DwSimpleLoc::val |
| SYMS_String8 SYMS_DwSimpleLoc::val_long |