Skip to main content

B1GameOptionCPUPresetTableRow

  • Table row mapping a CPU model to its CPU-Z 1T benchmark score, used to determine the
    * recommended simulation preset for the detected CPU. Data version of the formerly
    * hardcoded lookup table in B1CPUScoreTable.cpp.
    * When matching, the most specific (longest) CPU key contained in the brand string is selected, regardless of record order.
PropertyTypeDescriptionMetadata
CPUFNameCPU model name matched as a substring of FPlatformMisc::GetCPUBrand().Category: B1GameOptionCPUPresetTableRow
CPUZScoreint32CPU-Z 1T benchmark score for this CPU model. Higher is faster.Category: B1GameOptionCPUPresetTableRow
ClampMin: 0
PlatformEB1GameOptionAllowPlatformsPlatform this entry applies to (Windows / Mac). Prevents cross-platform substring false-positive matches.
Default is None so that Validate catches cases where Platform is missing from the JSON.
Category: B1GameOptionCPUPresetTableRow
IdFNameUnique IdCategory: B1TableRowBase
CommentFStringDev CommentCategory: B1TableRowBase