This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
daacee5732ea20871e243ccd11746bd97a142e4e
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ZoneGraph
History
nick edwards
a4abef162f
Crash fix: make sure subsystems deriving from UTickableWorldSubsystem call Super::Deinitialize to clear UTickableWorldSubsystem::bInitialized, which short-circuits ticks in IsAllowedToTick, preventing soon-to-be-GC'd subsystems from being ticked.
...
#jira UE-202774 #rb ben.zeigler [CL 31913843 by nick edwards in ue5-main branch]
2024-02-29 12:42:14 -05:00
..
Config
…
Source
Crash fix: make sure subsystems deriving from UTickableWorldSubsystem call Super::Deinitialize to clear UTickableWorldSubsystem::bInitialized, which short-circuits ticks in IsAllowedToTick, preventing soon-to-be-GC'd subsystems from being ticked.
2024-02-29 12:42:14 -05:00
ZoneGraph.uplugin
…