Delegates on its own aren’t timers, just references to functions with some more capabilities;
You need to set timers on delegates,e.g.:
GetWorldTimerManager().SetTimer( YourDelegate, 5.0f, TRUE );
Delegates on its own aren’t timers, just references to functions with some more capabilities;
You need to set timers on delegates,e.g.:
GetWorldTimerManager().SetTimer( YourDelegate, 5.0f, TRUE );