UE1:SpawnNotify (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
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

ActorClass

Type: class<Actor>


Default value: Class'Engine.Actor'

Next

Type: SpawnNotify


Default values

Property Value
bAlwaysRelevant True
bHidden True
bNetTemporary True

Events

Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


PostBeginPlay

simulated event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


SpawnNotification

simulated event Actor SpawnNotification (Actor A)