Merge pull request #79126 from bruvzg/SteamTime

Enable optional minimal SteamAPI integration for usage time tracking (editor only).
This commit is contained in:
Rémi Verschelde
2024-06-03 12:42:38 +02:00
committed by GitHub
5 changed files with 214 additions and 0 deletions

View File

@ -254,6 +254,7 @@ opts.Add(BoolVariable("use_precise_math_checks", "Math checks use very precise e
opts.Add(BoolVariable("scu_build", "Use single compilation unit build", False))
opts.Add("scu_limit", "Max includes per SCU file when using scu_build (determines RAM use)", "0")
opts.Add(BoolVariable("engine_update_check", "Enable engine update checks in the Project Manager", True))
opts.Add(BoolVariable("steamapi", "Enable minimal SteamAPI integration for usage time tracking (editor only)", False))
# Thirdparty libraries
opts.Add(BoolVariable("builtin_brotli", "Use the built-in Brotli library", True))