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

Public Member Functions

 FAssertInfo (const TCHAR *InErrorMessage, void *InProgramCounter)
 

Public Attributes

const TCHARErrorMessage
 
voidProgramCounter
 

Detailed Description

Stores information about an assert that can be unpacked in the exception handler.

Constructor & Destructor Documentation

◆ FAssertInfo()

FAssertInfo::FAssertInfo ( const TCHAR InErrorMessage,
void InProgramCounter 
)
inline

Member Data Documentation

◆ ErrorMessage

const TCHAR* FAssertInfo::ErrorMessage

◆ ProgramCounter

void* FAssertInfo::ProgramCounter

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