FUnixCrashContext::GetPortableCallStack

Gets the portable callstack to a specified stack and puts it into OutCallStack

Windows
MacOS
Linux

Override Hierarchy

FGenericCrashContext::GetPortableCallStack()

FUnixCrashContext::GetPortableCallStack()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Unix/UnixPlatformCrashContext.h

Include

#include "Unix/UnixPlatformCrashContext.h"

Source

/Engine/Source/Runtime/Core/Private/Unix/UnixPlatformCrashContext.cpp

Syntax

virtual void GetPortableCallStack
(
    const uint64 * StackFrames,
    int32 NumStackFrames,
    TArray< FCrashStackFrame > & OutCallStack
) const

Remarks

Gets the portable callstack to a specified stack and puts it into OutCallStack

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