You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Either enabling the 'thread safe' checkbox for a function or overriding an already thread safe (either native or BP) function will enable compile-time checking for thread safety. Checks are based around the complied statement list rather than the bytecode itself. #rb Phillip.Kavan,Jurre.deBaare [CL 16382389 by Thomas Sarkanen in ue5-main branch]