UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAdditionalCrashContextStack Struct Reference

#include <GenericPlatformCrashContext.h>

Static Public Member Functions

static CORE_API FAdditionalCrashContextStackGetThreadContextProvider ()
 
static CORE_API void PushProvider (struct FScopedAdditionalCrashContextProvider *Provider)
 
static CORE_API void PopProvider ()
 
static CORE_API void ExecuteProviders (FCrashContextExtendedWriter &Writer)
 

Detailed Description

A thread local stack of callbacks that can be issued at time of the crash.

Member Function Documentation

◆ ExecuteProviders()

static CORE_API void FAdditionalCrashContextStack::ExecuteProviders ( FCrashContextExtendedWriter Writer)
static

◆ GetThreadContextProvider()

static CORE_API FAdditionalCrashContextStack & FAdditionalCrashContextStack::GetThreadContextProvider ( )
static

◆ PopProvider()

static CORE_API void FAdditionalCrashContextStack::PopProvider ( )
static

◆ PushProvider()

static CORE_API void FAdditionalCrashContextStack::PushProvider ( struct FScopedAdditionalCrashContextProvider Provider)
static

The documentation for this struct was generated from the following file: