![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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 |
|
inline |
|
inline |
| char FAndroidCrashInfo::AndroidCrashReportPath[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 } |
| char FAndroidCrashInfo::AppLogPath[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 } |
| char FAndroidCrashInfo::AppName[MaxAppNameSize] = { 0 } |
| char FAndroidCrashInfo::JavaLog[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 } |
|
static |
| char FAndroidCrashInfo::ProjectNameUTF8[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 } |
| char FAndroidCrashInfo::TargetDirectory[FAndroidCrashContext::CrashReportMaxPathSize] = { 0 } |