FGenericPlatformStackWalk::ProgramCounterToSymbolInfo

Converts the passed in program counter address to a symbol info struct, filling in module and filename, line number and displacement.

Windows
MacOS
Linux

Warnings

  • The code assumes that the destination strings are big enough

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformStackWalk.h"

Syntax

static void ProgramCounterToSymbolInfo
(
    uint64 ProgramCounter,
    FProgramCounterSymbolInfo & out_SymbolInfo
)

Remarks

Converts the passed in program counter address to a symbol info struct, filling in module and filename, line number and displacement.

: The code assumes that the destination strings are big enough

Parameters

Parameter

Description

ProgramCounter

Address to look symbol information up for

out_SymbolInfo

Symbol information associated with program counter

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