Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Unix > API/Runtime/Core/Unix/FUnixPlatformStackWalk
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Unix/UnixPlatformStackWalk.h |
| Include | #include "Unix/UnixPlatformStackWalk.h" |
| Source | /Engine/Source/Runtime/Core/Private/Unix/UnixPlatformStackWalk.cpp |
static bool ProgramCounterToHumanReadableString
(
int32 CurrentCallDepth,
uint64 ProgramCounter,
ANSICHAR * HumanReadableString,
SIZE_T HumanReadableStringSize,
FGenericCrashContext * Context
)