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
5.4
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Plugins
/
Runtime
/
ZoneGraph
/
Source
History
nick edwards
14b5b9d58c
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 32496243 by nick edwards in 5.4 branch]
2024-03-26 00:32:06 -04:00
..
ZoneGraph
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-03-26 00:32:06 -04:00
ZoneGraphDebug
…
ZoneGraphEditor
[ZoneGraph] When dragging an end control point, show possible connection previews and auto connect to the closest one when released.
2023-11-09 02:48:39 -05:00
ZoneGraphTestSuite
…