FGenericPlatformStackWalk::CaptureStackBackTrace

Capture a stack backtrace and optionally use the passed in exception pointers.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformStackWalk.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformStackWalk.cpp

Syntax

static uint32 CaptureStackBackTrace
(
    uint64 * BackTrace,
    uint32 MaxDepth,
    void * Context
)

Remarks

Capture a stack backtrace and optionally use the passed in exception pointers.

Parameters

Parameter

Description

BackTrace

[out] Pointer to array to take backtrace

MaxDepth

Entries in BackTrace array

Context

Optional thread context information

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