![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| void | Init () |
| ~FMacApplicationInfo () | |
Static Public Member Functions | |
| static FGuid | RunGUID () |
| static FString | TemporaryCrashReportFolder () |
| static FString | TemporaryCrashReportName () |
Public Attributes | |
| bool | bIsUnattended |
| bool | bIsSandboxed |
| bool | RunningOnBattery |
| int32 | PowerSourceNotification |
| int32 | NumCores |
| int64 | SystemLogSize |
| char | AppNameUTF8 [PATH_MAX+1] |
| char | AppLogPath [PATH_MAX+1] |
| char | CrashReportPath [PATH_MAX+1] |
| char | PLCrashReportPath [PATH_MAX+1] |
| char | CrashReportClient [PATH_MAX+1] |
| char | CrashReportVideo [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 |
| NSOperatingSystemVersion | XcodeVersion |
| NSPipe * | StdErrPipe |
| DIR * | KernelErrorDir |
Static Public Attributes | |
| static PLCrashReporter * | CrashReporter = nullptr |
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.
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
| FString FMacApplicationInfo::AppBundleID |
| FString FMacApplicationInfo::AppName |
| FString FMacApplicationInfo::AppPath |
| FString FMacApplicationInfo::BiosRelease |
| FString FMacApplicationInfo::BiosRevision |
| FString FMacApplicationInfo::BiosUUID |
| bool FMacApplicationInfo::bIsSandboxed |
| bool FMacApplicationInfo::bIsUnattended |
| FString FMacApplicationInfo::BranchBaseDir |
| FString FMacApplicationInfo::CommandLine |
|
static |
| FString FMacApplicationInfo::ExecutableName |
| DIR* FMacApplicationInfo::KernelErrorDir |
| FString FMacApplicationInfo::LCID |
| FString FMacApplicationInfo::MachineModel |
| FString FMacApplicationInfo::MachineUUID |
| int32 FMacApplicationInfo::NumCores |
| FString FMacApplicationInfo::OSBuild |
| FString FMacApplicationInfo::OSVersion |
| NSOperatingSystemVersion FMacApplicationInfo::OSXVersion |
| FString FMacApplicationInfo::ParentProcess |
| int32 FMacApplicationInfo::PowerSourceNotification |
| FString FMacApplicationInfo::PrimaryGPU |
| bool FMacApplicationInfo::RunningOnBattery |
| FGuid FMacApplicationInfo::RunUUID |
| NSPipe* FMacApplicationInfo::StdErrPipe |
| int64 FMacApplicationInfo::SystemLogSize |
| FString FMacApplicationInfo::XcodePath |
| NSOperatingSystemVersion FMacApplicationInfo::XcodeVersion |