You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Moved PGO compile arguments into the platform-specific build configurations. Recommended changes to local build graphs for PGO:
use $(PGOOptimizeCompileArgs$(Platform)) instead of -PGOOptimize
use $(PGOProfileCompileArgs$(Platform)) instead of -PGOProfile
- Adding UseSampleBasedPGO option for sampler-based PGO profiling (Currently Win64 with Intel oneAPI 2024.0+ only)
#jira UE-215357
#rb Jerome.Delattre
[CL 33822009 by david harvey in ue5-main branch]