FProgramCounterSymbolInfoEx

Symbol information associated with a program counter.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformCrashContext.h"

Syntax

struct FProgramCounterSymbolInfoEx

Remarks

Symbol information associated with a program counter. FString version. To be used by external tools.

Variables

Name Description

Public variable

FString

 

Filename

Filename.

Public variable

FString

 

FunctionName

Function name.

Public variable

uint32

 

LineNumber

Line number in file.

Public variable

FString

 

ModuleName

Module name.

Public variable

uint64

 

OffsetInModule

Program counter offset into module.

Public variable

uint64

 

ProgramCounter

Program counter.

Public variable

uint64

 

SymbolDisplacement

Symbol displacement of address.

Constructors

Name Description

Public function

FProgramCounterSymbolInfoEx

(
    FString InModuleName,
    FString InFunctionName,
    FString InFilename,
    uint32 InLineNumber,
    uint64 InSymbolDisplacement,
    uint64 InOffsetInModule,
    uint64 InProgramCounter
)

Default constructor.

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