Navigation
API > API/Runtime > API/Runtime/Core
Microsoft-shared implementation of the stack walking.
| Name | FMicrosoftPlatformStackWalk |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformStackWalk.h |
| Include Path | #include "Microsoft/MicrosoftPlatformStackWalk.h" |
Syntax
struct FMicrosoftPlatformStackWalk : public FGenericPlatformStackWalk
Inheritance Hierarchy
- FGenericPlatformStackWalk → FMicrosoftPlatformStackWalk
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 CaptureStackTraceInternal
(
uint64* OutBacktrace, |
If the thread is not the calling thread, it should already have been suspended by the calling code. | Microsoft/MicrosoftPlatformStackWalk.h | |
static bool ExtractInfoFromModule
(
void* ProcessHandle, |
Extract debug info for a module from the module header in memory. | Microsoft/MicrosoftPlatformStackWalk.h |