Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Microsoft
Inheritance Hierarchy
- FGenericCrashContext
- FMicrosoftPlatformCrashContext
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Microsoft/MicrosoftPlatformCrashContext.h |
| Include | #include "Microsoft/MicrosoftPlatformCrashContext.h" |
Syntax
struct FMicrosoftPlatformCrashContext : public FGenericCrashContext
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMicrosoftPlatformCrashContext
(
ECrashContextType InType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddThreadContextString
(
uint32 CrashedThreadId, |
||
| void | |||
| void | ConvertProgramCountersToStackFrames
(
const FProcHandle& Process, |
||
| void | GetProcModuleHandles
(
const FProcHandle& Process, |
Overridden from FGenericCrashContext
| Type | Name | Description | |
|---|---|---|---|
| void | AddPortableThreadCallStack
(
uint32 ThreadId, |
Adds a portable callstack for a thread | |
| bool | GetPlatformAllThreadContextsString
(
FString& OutStr |
- a stream of Thread XML elements containing info (e.g. callstack) specific to an active thread | |
| void | SetPortableCallStack
(
const uint64* StackFrames, |
Sets the portable callstack to a specified stack |
Typedefs
| Name | Description |
|---|---|
| FModuleHandleArray | Helpers. |