The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:GameCrowdReplicationActor (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- GameFramework
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Property | Value |
---|---|
bAlwaysRelevant | True |
bOnlyDirtyReplication | True |
bReplicateMovement | False |
bSkipActorPropertyReplication | True |
CollisionType | COLLIDE_CustomDefault |
NetPriority | 2.7 |
NetUpdateFrequency | 1.0 |
RemoteRole | ROLE_SimulatedProxy |
TickGroup | TG_DuringAsyncWork |
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)