FProgramCounterSymbolInfo

Symbol information associated with a program counter. ANSI version.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h

Include

#include "GenericPlatform/GenericPlatformStackWalk.h"

Syntax

struct FProgramCounterSymbolInfo

Remarks

Symbol information associated with a program counter. ANSI version.

Variables

Name Description

Public variable

ANSICHAR[MAX_NA...

 

Filename

Filename.

Public variable

ANSICHAR[MAX_NA...

 

FunctionName

Function name.

Public variable

int32

 

LineNumber

Line number in file.

Public variable

ANSICHAR[MAX_NA...

 

ModuleName

Module name.

Public variable

uint64

 

OffsetInModule

Program counter offset into module.

Public variable

uint64

 

ProgramCounter

Program counter.

Public variable

int32

 

SymbolDisplacement

Symbol displacement of address.

Constructors

Name Description

Public function

FProgramCounterSymbolInfo()

Default constructor.

Constants

Name

Description

MAX_NAME_LENGTH

Length of the string used to store the symbol's names, including the trailing character.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss