document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. FTimerHandle TimerHandle;
  2.  
  3. GetWorld()->GetTimerManager().SetTimer(TimerHandle, this, &AActor::Destroy(), 5.f);
');