You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The game thread context uses manual stack scanning mode, and FrankenGC sets the stack as empty during marking. This enables module startup to use the Verse heap (previously the context was created too late), and ensures that there is always a Verse context available while FrankenGC is enabled. #rb Tim.Smith [CL 34469229 by russell johnston in ue5-main branch]