Navigation
API > API/Runtime > API/Runtime/Core
Symbol information associated with a program counter. ANSI version.
| Name | FProgramCounterSymbolInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h |
| Include Path | #include "GenericPlatform/GenericPlatformStackWalk.h" |
Syntax
struct FProgramCounterSymbolInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FProgramCounterSymbolInfo() |
Default constructor. | GenericPlatform/GenericPlatformStackWalk.h |
Enums
Public
| Name | Remarks |
|---|---|
| FProgramCounterSymbolInfo |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Filename | ANSICHAR | Filename. | GenericPlatform/GenericPlatformStackWalk.h | |
| FunctionName | ANSICHAR | Function name. | GenericPlatform/GenericPlatformStackWalk.h | |
| LineNumber | int32 | Line number in file. | GenericPlatform/GenericPlatformStackWalk.h | |
| ModuleName | ANSICHAR | Module name. | GenericPlatform/GenericPlatformStackWalk.h | |
| OffsetInModule | uint64 | Program counter offset into module. | GenericPlatform/GenericPlatformStackWalk.h | |
| ProgramCounter | uint64 | Program counter. | GenericPlatform/GenericPlatformStackWalk.h | |
| SymbolDisplacement | int32 | Symbol displacement of address. | GenericPlatform/GenericPlatformStackWalk.h |