Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMicrosoftPlatformStackWalk
Description
Extract debug info for a module from the module header in memory. Can directly read the information even when the current target can't load the symbols itself or use certain DbgHelp APIs.
| Name | ExtractInfoFromModule |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformStackWalk.h |
| Include Path | #include "Microsoft/MicrosoftPlatformStackWalk.h" |
| Source | /Engine/Source/Runtime/Core/Private/Microsoft/MicrosoftPlatformStackWalk.cpp |
static bool ExtractInfoFromModule
(
void * ProcessHandle,
void * ModuleHandle,
FStackWalkModuleInfo & OutInfo
)