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

Public Member Functions

 FAndroidCrashInfo ()
 
void Init ()
 

Public Attributes

char AppName [MaxAppNameSize] = { 0 }
 
char AndroidCrashReportPath [FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }
 
char AppLogPath [FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }
 
char JavaLog [FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }
 
char TargetDirectory [FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }
 
char ProjectNameUTF8 [FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }
 
bool bInitialized = false
 

Static Public Attributes

static const int32 MaxAppNameSize = 128
 

Constructor & Destructor Documentation

◆ FAndroidCrashInfo()

FAndroidCrashInfo::FAndroidCrashInfo ( )
inline

Member Function Documentation

◆ Init()

void FAndroidCrashInfo::Init ( )
inline

Member Data Documentation

◆ AndroidCrashReportPath

char FAndroidCrashInfo::AndroidCrashReportPath[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }

◆ AppLogPath

char FAndroidCrashInfo::AppLogPath[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }

◆ AppName

char FAndroidCrashInfo::AppName[MaxAppNameSize] = { 0 }

◆ bInitialized

bool FAndroidCrashInfo::bInitialized = false

◆ JavaLog

char FAndroidCrashInfo::JavaLog[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }

◆ MaxAppNameSize

const int32 FAndroidCrashInfo::MaxAppNameSize = 128
static

◆ ProjectNameUTF8

char FAndroidCrashInfo::ProjectNameUTF8[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }

◆ TargetDirectory

char FAndroidCrashInfo::TargetDirectory[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 }

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