There is no spoon
UE2:Actor events (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
- Actor events in other games:
- RTNP, U1, U2, U2XMP, UDK, UE2Runtime, UT, UT2003, UT3
- Other member categories for this class:
- enums, instance functions, internal variables, native functions, properties
| 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. |
[edit] Events
[edit] AnimEnd
This event gets called when the animation playing on Channel has ended.
[edit] Attach
[edit] BaseChange
This is called when the base of this actor changes.
[edit] BeginEvent
[edit] BeginPlay
This event is called when a game-play starts.
[edit] BroadcastLocalizedMessage
This event broadcasts a localized message to all players.
[edit] Bump
This event is called when another actor bumps this one and is blocked.
[edit] ClientTrigger
[edit] Destroyed
This event gets called after the successful destruction of an actor.
[edit] Detach
[edit] EncroachedBy
Called when Other is taking this actor's space.
[edit] EncroachingOn
This event is called when this actor is trying to take the same space of Other.
[edit] EndedRotation
This is called when Rotation as reached DesiredRotation. (?)
[edit] EndEvent
[edit] Falling
This event is called when the actor begins to fall (probably only with pawns).
[edit] FellOutOfWorld
This event is called when the actor gets out of the world. This can happen in Subtractive levels, where the outside of the world (called zone 0) is the space that wasn't subtracted.
[edit] FinishedInterpolation
[edit] GainedChild
This event is called when this actor becomes the owner of Other.
[edit] HitWall
This event is called when the actor hits a wall.
[edit] KApplyForce
[edit] KilledBy
[edit] KImpact
[edit] KSkelConvulse
[edit] KUpdateState
[edit] KVelDropBelow
[edit] Landed
This event is called when the actor hits the ground. (The difference between a wall and the floor is given by an angle(unknown angle value))
[edit] LIPSincAnimEnd
[edit] LostChild
This event is called when this actor is no longer the owner of Other.
[edit] PhysicsVolumeChange
This event is called when the actor is changing to a new UE2:PhysicsVolume (UT2004).
[edit] PostBeginPlay
This event is called after game-play begins and before replication.
[edit] PostLoadSavedGame
[edit] PostNetBeginPlay
[edit] PostNetReceive
[edit] PostTeleport
This event is called after the actor has been teleported into OutTeleporter.
[edit] PostTouch
This event gets called after two actors touch each other and after physics are done.
[edit] PreBeginPlay
This event is called before game-play starts.
[edit] PreSaveGame
[edit] PreTeleport
This is called before the teleporter InTeleporter teleports this actor. Return false to allow this actor to be teleported, and true to prevent it from being teleported.
[edit] RanInto
[edit] RecoverFromBadStateCode
[edit] RenderTexture
This event is called when Tex has this actor set as 'NotifyActor and needs to be rendered.
[edit] SetInitialState
This event is called after PostBeginPlay to set the initial state of the actor.
[edit] SpecialHandling
[edit] TakeDamage
[edit] Tick
This event is called every cycle of the game's main loop. DeltaTime represents how much time has passed (in seconds) since the last cycle (since the last time Tick was called).
[edit] Timer
This event gets called when SetTimer (float NewTimerRate, bool bLoop) is used. If bLoop is set to true, then this event will be called every x seconds (NewTimerRate), otherwise it only gets called once and after x seconds (NewTimerRate) have passed since the call to SetTimer. To stop the timer, one has to call SetTimer (0, false).
[edit] TornOff
[edit] Touch
This event is called when another actor touches this one.
[edit] TravelPostAccept
[edit] TravelPreAccept
[edit] Trigger
[edit] TriggerEvent
[edit] UnTouch
This is called when Other stops touching this actor.
[edit] UnTrigger
[edit] UsedBy
This event gets called when a Player or Bot presses the Use key on this actor.
[edit] ZoneChange
This event is called when the actor is changing to a new zone.
