Navigation
API > API/Runtime > API/Runtime/CrashReportCore > API/Runtime/CrashReportCore/LexFromString
References
| Module | CrashReportCore |
| Header | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include | #include "CrashDescription.h" |
void LexFromString
(
ECrashDescVersions & OutValue,
const TCHAR * Buffer
)
Remarks
PrimaryCrashProperties. Extracted from: FGenericCrashContext::SerializeContentToBuffer "CrashVersion" "ProcessId" "CrashGUID" "IsInternalBuild" "IsPerforceBuild" "IsSourceDistribution" "IsEnsure" "SecondsSinceStart" "GameName" "ExecutableName" "BuildConfiguration" "PlatformName" "PlatformNameIni" "PlatformFullName" "EngineMode" "EngineModeEx" "EngineVersion" "BuildVersion" "CommandLine" "LanguageLCID" "AppDefaultLocale" "IsUERelease" "UserName" "BaseDir" "RootDir" "MachineId" "LoginId" "EpicAccountId" "CallStack" "SourceContext" "UserDescription" "UserActivityHint" "ErrorMessage" "CrashDumpMode" "CrashReporterMessage" "Misc.NumberOfCores" "Misc.NumberOfCoresIncludingHyperthreads" "Misc.Is64bitOperatingSystem" "Misc.CPUVendor" "Misc.CPUBrand" "Misc.PrimaryGPUBrand" "Misc.OSVersionMajor" "Misc.OSVersionMinor" "Misc.AppDiskTotalNumberOfBytes" "Misc.AppDiskNumberOfFreeBytes" "MemoryStats.TotalPhysical" "MemoryStats.TotalVirtual" "MemoryStats.PageSize" "MemoryStats.TotalPhysicalGB" "MemoryStats.AvailablePhysical" "MemoryStats.AvailableVirtual" "MemoryStats.UsedPhysical" "MemoryStats.PeakUsedPhysical" "MemoryStats.UsedVirtual" "MemoryStats.PeakUsedVirtual" "MemoryStats.bIsOOM" "MemoryStats.OOMAllocationSize" "MemoryStats.OOMAllocationAlignment" "TimeofCrash" "bAllowToBeContacted"