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
2cd2b93f350dfd7efbea0794c419b3062df307b2
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
AutomationWorker
/
Private
History
Justin Hair
87870af80d
The game mode can often be too quick with the asset registry. So if the asset registry is not running when the automation worker initializes then we just go ahead, cue up the tests and run 'em.
...
[CL 2487833 by Justin Hair in Main branch]
2015-03-23 10:58:35 -04:00
..
AutomationWorkerModule.cpp
The game mode can often be too quick with the asset registry. So if the asset registry is not running when the automation worker initializes then we just go ahead, cue up the tests and run 'em.
2015-03-23 10:58:35 -04:00
AutomationWorkerModule.h
Tests ran using -automationtests= will now run after the asset registry has finished loading. This does mean that on some larger projects the tests may take longer before starting. This is better than not testing them at all which was the case previously.
2015-03-18 10:26:17 -04:00
AutomationWorkerPrivatePCH.h
…