Navigation
API > API/Runtime > API/Runtime/Core
| Name | FProgramCounterSymbolInfoEx |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h |
| Include Path | #include "GenericPlatform/GenericPlatformStackWalk.h" |
Syntax
struct FProgramCounterSymbolInfoEx
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | GenericPlatform/GenericPlatformStackWalk.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Filename | FString | Filename. | GenericPlatform/GenericPlatformStackWalk.h | |
| FunctionName | FString | Function name. | GenericPlatform/GenericPlatformStackWalk.h | |
| LineNumber | uint32 | Line number in file. | GenericPlatform/GenericPlatformStackWalk.h | |
| ModuleName | FString | Module name. | GenericPlatform/GenericPlatformStackWalk.h | |
| OffsetInModule | uint64 | Program counter offset into module. | GenericPlatform/GenericPlatformStackWalk.h | |
| ProgramCounter | uint64 | Program counter. | GenericPlatform/GenericPlatformStackWalk.h | |
| SymbolDisplacement | uint64 | Symbol displacement of address. | GenericPlatform/GenericPlatformStackWalk.h |