Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FCrashContextExtendedWriter Struct Referenceabstract

#include <GenericPlatformCrashContext.h>

Public Member Functions

virtual void AddBuffer (const TCHAR *Identifier, const uint8 *Data, uint32 DataSize)=0
 
virtual void AddString (const TCHAR *Identifier, const TCHAR *DataStr)=0
 

Detailed Description

Interface for callbacks to add context to the crash report.

Definition at line 248 of file GenericPlatformCrashContext.h.

Member Function Documentation

◆ AddBuffer()

virtual void FCrashContextExtendedWriter::AddBuffer ( const TCHAR * Identifier,
const uint8 * Data,
uint32 DataSize )
pure virtual

Adds a named buffer to the report. Intended for larger payloads.

◆ AddString()

virtual void FCrashContextExtendedWriter::AddString ( const TCHAR * Identifier,
const TCHAR * DataStr )
pure virtual

Add a named buffer containing a string to the report.


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