Navigation
API > API/Runtime > API/Runtime/Core
This is used to capture all of the module information needed to load pdb's.
| Name | FStackWalkModuleInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h |
| Include Path | #include "GenericPlatform/GenericPlatformStackWalk.h" |
Syntax
struct FStackWalkModuleInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseOfImage | uint64 | GenericPlatform/GenericPlatformStackWalk.h | ||
| Data1 | unsigned long | GenericPlatform/GenericPlatformStackWalk.h | ||
| Data2 | unsigned short | GenericPlatform/GenericPlatformStackWalk.h | ||
| Data3 | unsigned short | GenericPlatform/GenericPlatformStackWalk.h | ||
| Data4 | unsigned char | GenericPlatform/GenericPlatformStackWalk.h | ||
| ImageName | TCHAR | GenericPlatform/GenericPlatformStackWalk.h | ||
| ImageSize | uint32 | GenericPlatform/GenericPlatformStackWalk.h | ||
| LoadedImageName | TCHAR | GenericPlatform/GenericPlatformStackWalk.h | ||
| ModuleName | TCHAR | GenericPlatform/GenericPlatformStackWalk.h | ||
| PdbAge | uint32 | GenericPlatform/GenericPlatformStackWalk.h | ||
| PdbSig | uint32 | GenericPlatform/GenericPlatformStackWalk.h | ||
| PdbSig70 | FStackWalkModuleInfo | GenericPlatform/GenericPlatformStackWalk.h | ||
| TimeDateStamp | uint32 | GenericPlatform/GenericPlatformStackWalk.h |