FGenericPlatformStackWalk::StackWalkAndDumpEx

Walks the stack and appends the human readable string to the passed in one.

Windows
MacOS
Linux

Warnings

  • The code assumes that HumanReadableString is large enough to contain the information.

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 void StackWalkAndDumpEx
(
    ANSICHAR * HumanReadableString,
    SIZE_T HumanReadableStringSize,
    int32 IgnoreCount,
    uint32 Flags,
    void * Context
)

Remarks

Walks the stack and appends the human readable string to the passed in one.

: The code assumes that HumanReadableString is large enough to contain the information.

Parameters

Parameter

Description

HumanReadableString

String to concatenate information with

HumanReadableStringSize

size of string in characters

IgnoreCount

Number of stack entries to ignore (some are guaranteed to be in the stack walking code)

Flags

Used to pass additional information (see StackWalkFlags)

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