Logic Spawner
Last updated
Last updated
An actor entry for the logic spawner.
OnActorSpawned
Event whenever a new actor is spawned.
$Actor
: Reference to the actor
OnSpawnFinished
Event when all actors have finished spawning.
-
OnGetSpawnedActor
Event when getting a spawned actor using the 'GetSpawnedActorForEntry' function.
$Actor
: Reference to the actor
SpawnActors
Spawn the actors.
-
DestroySpawnedActors
Destroy all spawned actors.
-
DestroySpawnedActorFor Entry
Destroy the actor that was spawned for the given entry.
<int32
EntryIdx>
GetSpawnedActorForEntry
Get the actor that was spawned for the given entry and fire 'OnGetSpawnedActor' event.
<int32
EntryIdx>