UE3:GameCrowdReplicationActor (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> Actor >> GameCrowdReplicationActor
Package:
GameFramework


Properties

bSpawningActive

Type: bool

Modifiers: repnotify

If crowd spawning is active.

DestroyAllCount

Type: int

Modifiers: repnotify

Use to replicate when we want to destroy all crowd agents.

Spawner

Type: SeqAct_GameCrowdSpawner

Modifiers: repnotify

Pointer to crowd spawning action we are replicating.

Default values

Events

ReplicatedEvent

simulated event ReplicatedEvent (name VarName)

Overrides: Actor.ReplicatedEvent


States

ReceivingReplication

Modifiers: auto

ReceivingReplication.Tick

simulated event Tick (float DeltaTime)

Overrides: Actor.Tick (global)