Logic Spawner

An actor entry for the logic spawner.

Events
Description
Named Arguments

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

Functions
Description
Parameters

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>

Last updated