Misc useful stuff

Debug Drawing Utilities:

DrawDebugHelpers.h contains a lot of helper draw functions

Set a function call on the next tick:

C++
GetWorldTimerManager().SetTimerForNextTick(this, &AUTGameMode::StartMatch);