Mostly Harmless
UE3:SeqEvent_Mover (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> SequenceObject >> SequenceOp >> SequenceEvent >> SeqEvent_Mover |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
event that encapsulates basic mover functionality such as activating when a player gets on/off, automatically reversing direction after a delay, and handling hitting other actors in transit the Originator of this event should be the mover (InterpActor or subclass), which notifies us when things we might care about happen
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] Property group 'SeqEvent_Mover'
[edit] StayOpenTime
Type: float
how long the mover should stay open before automatically closing (reverse playback) values <= 0.0 turn off this auto behavior and allow manual control (via the "Completed" and "Aborted" output links for the attached matinee action)
Default value: 1.5
[edit] Default values
| Property | Value | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bPlayerOnly | False | ||||||||||||
| MaxTriggerCount | 0 | ||||||||||||
| ObjCategory | "Physics" | ||||||||||||
| ObjName | "Mover" | ||||||||||||
| OutputLinks[0] |
|
||||||||||||
| OutputLinks[1] |
|
||||||||||||
| OutputLinks[2] |
|
||||||||||||
| OutputLinks[3] |
|
||||||||||||
| VariableLinks[1] |
|
[edit] Functions
[edit] Events
[edit] RegisterEvent
Overrides: SequenceEvent.RegisterEvent
Called when the sequence that contains this event is initialized (@see USequence::InitializeSequence). For events attached to actors, this will occur at level startup (@see USequence::BeginPlay())
[edit] Other instance functions
[edit] NotifyAttached
notification that an Actor has attached itself to the mover
[edit] NotifyDetached
notification that an Actor has been detached from the mover
[edit] NotifyEncroachingOn
notification that our linked Mover has encroached on the given Actor
[edit] NotifyFinishedOpen
notification that the mover has completed all opening actions and is now ready to close
