FDebug::DumpStackTraceToLog

Dumps the stack trace into the log with a custom heading, meant to be used for debugging purposes.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h

Include

#include "Misc/AssertionMacros.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/AssertionMacros.cpp

Syntax

static void DumpStackTraceToLog
(
    const TCHAR * Heading,
    const ELogVerbosity::Type LogVerbosity
)

Remarks

Dumps the stack trace into the log with a custom heading, meant to be used for debugging purposes.

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