You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
I did the first part, lock some showflags to be 0 or 1 in SHIPPING If this causes problems for some applications (e.g. using showflag as scalability which they shouldn't) the user needs to update the code. or we remove the lock from that showflag. For editor or non shipping features it's fine to use the SetSHOWFLAGNAME() calls, they become NOPS in SHIPPING. This is a performance optimization (when used in inner loop) and prepares for removing more [CL 2673126 by Martin Mittring in Main branch]