I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:SpawnNotify (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT Object >> Actor >> SpawnNotify
Package: 
Engine
Direct subclass:
TBNotify

SpawnNotify - Actor spawn notification. NB - This happens on the client AND server for replicated actors.

Properties[edit]

ActorClass[edit]

Type: class<Actor>


Default value: Class'Engine.Actor'

Next[edit]

Type: SpawnNotify


Default values[edit]

Property Value
bAlwaysRelevant True
bHidden True
bNetTemporary True

Events[edit]

Destroyed[edit]

simulated event Destroyed ()

Overrides: Actor.Destroyed


PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


SpawnNotification[edit]

simulated event Actor SpawnNotification (Actor A)