![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IOSPlatformCrashContext.h>
Public Member Functions | |
| void | Init () |
| ~FIOSApplicationInfo () | |
Static Public Member Functions | |
| static FGuid | RunGUID () |
| static FString | TemporaryCrashReportFolder () |
| static FString | TemporaryCrashReportName () |
Public Attributes | |
| bool | bIsSandboxed |
| int32 | NumCores |
| char | AppNameUTF8 [PATH_MAX+1] |
| char | AppLogPath [PATH_MAX+1] |
| char | CrashReportPath [PATH_MAX+1] |
| char | PLCrashReportPath [PATH_MAX+1] |
| char | OSVersionUTF8 [PATH_MAX+1] |
| char | MachineName [PATH_MAX+1] |
| char | MachineCPUString [PATH_MAX+1] |
| FString | AppPath |
| FString | AppName |
| FString | AppBundleID |
| FString | OSVersion |
| FString | OSBuild |
| FString | MachineUUID |
| FString | MachineModel |
| FString | BiosRelease |
| FString | BiosRevision |
| FString | BiosUUID |
| FString | ParentProcess |
| FString | LCID |
| FString | CommandLine |
| FString | BranchBaseDir |
| FString | PrimaryGPU |
| FString | ExecutableName |
| NSOperatingSystemVersion | OSXVersion |
| FGuid | RunUUID |
| FString | XcodePath |
Static Public Attributes | |
| static PLCrashReporter * | CrashReporter |
| static FIOSMallocCrashHandler * | CrashMalloc |
Information that cannot be obtained during a signal-handler is initialised here. This ensures that we only call safe functions within the crash reporting handler.
| FIOSApplicationInfo::~FIOSApplicationInfo | ( | ) |
| void FIOSApplicationInfo::Init | ( | ) |
|
static |
|
static |
|
static |
| FString FIOSApplicationInfo::AppBundleID |
| FString FIOSApplicationInfo::AppName |
| FString FIOSApplicationInfo::AppPath |
| FString FIOSApplicationInfo::BiosRelease |
| FString FIOSApplicationInfo::BiosRevision |
| FString FIOSApplicationInfo::BiosUUID |
| bool FIOSApplicationInfo::bIsSandboxed |
| FString FIOSApplicationInfo::BranchBaseDir |
| FString FIOSApplicationInfo::CommandLine |
|
static |
|
static |
| FString FIOSApplicationInfo::ExecutableName |
| FString FIOSApplicationInfo::LCID |
| FString FIOSApplicationInfo::MachineModel |
| FString FIOSApplicationInfo::MachineUUID |
| int32 FIOSApplicationInfo::NumCores |
| FString FIOSApplicationInfo::OSBuild |
| FString FIOSApplicationInfo::OSVersion |
| NSOperatingSystemVersion FIOSApplicationInfo::OSXVersion |
| FString FIOSApplicationInfo::ParentProcess |
| FString FIOSApplicationInfo::PrimaryGPU |
| FGuid FIOSApplicationInfo::RunUUID |
| FString FIOSApplicationInfo::XcodePath |