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);

Last update: 2023-03-05
Created: 2019-05-16