UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SpawnActorTimer.h File Reference
#include "CoreMinimal.h"
#include "HAL/PlatformTime.h"

Go to the source code of this file.

Classes

struct  FSpawnActorTimingInfo
 
class  FSpawnActorTimer
 
class  FScopedSpawnActorTimer
 

Macros

#define ENABLE_SPAWNACTORTIMER   1
 

Enumerations

enum class  ESpawnActorTimingType { SpawnActorNonDeferred , SpawnActorDeferred , FinishSpawning }
 

Macro Definition Documentation

◆ ENABLE_SPAWNACTORTIMER

#define ENABLE_SPAWNACTORTIMER   1

Util for recording SpawnActor times

Enumeration Type Documentation

◆ ESpawnActorTimingType

What kind of spawn event we are timing

Enumerator
SpawnActorNonDeferred 
SpawnActorDeferred 
FinishSpawning