Is there WaitForSeconds() in UT4?

This might be what you’re looking for


GetWorldTimerManager().SetTimer(this, &MyClass::MyFunc, 3.f, false)

Will call MyClass::MyFunc once, in 3 seconds. Although its not quite exactly WaitForSeconds() in C#, it should be good enough?