Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDebug
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DumpStackTraceToLog
(
const ELogVerbosity::Type LogVerbosity |
Dumps the stack trace into the log, meant to be used for debugging purposes. | Misc/AssertionMacros.h | |
static void DumpStackTraceToLog
(
const TCHAR* Heading, |
Dumps the stack trace into the log with a custom heading, meant to be used for debugging purposes. | Misc/AssertionMacros.h |
DumpStackTraceToLog(const ELogVerbosity::Type)
Description
Dumps the stack trace into the log, meant to be used for debugging purposes.
| Name | DumpStackTraceToLog |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h |
| Include Path | #include "Misc/AssertionMacros.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AssertionMacros.cpp |
static void DumpStackTraceToLog
(
const ELogVerbosity::Type LogVerbosity
)
DumpStackTraceToLog(const TCHAR *, const ELogVerbosity::Type)
Description
Dumps the stack trace into the log with a custom heading, meant to be used for debugging purposes.
| Name | DumpStackTraceToLog |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AssertionMacros.h |
| Include Path | #include "Misc/AssertionMacros.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/AssertionMacros.cpp |
static void DumpStackTraceToLog
(
const TCHAR * Heading,
const ELogVerbosity::Type LogVerbosity
)