Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Container object for all sequence objects, also responsible for execution of objects. Can contain nested Sequence objects as well. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.SequenceObject | +-- Engine.SequenceOp | +-- Engine.Sequence
UISequence
Variables Summary | |
---|---|
array<SequenceOp> | ActiveSequenceOps |
int | DefaultViewX |
int | DefaultViewY |
float | DefaultViewZoom |
array<ActivateOp> | DelayedActivatedOps |
pointer | LogFile |
array<Sequence> | NestedSequences |
array<SequenceObject> | SequenceObjects |
array<SequenceEvent> | UnregisteredEvents |
Sequence | |
bool | bEnabled |
Inherited Variables from Engine.SequenceOp |
---|
ActivateCount, bActive, bAutoActivateOutputLinks, bLatentExecution, EventLinks, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks |
Inherited Variables from Engine.SequenceObject |
---|
bDeletable, bDrawFirst, bDrawLast, bOutputObjCommentToScreen, bSuppressAutoComment, DrawHeight, DrawWidth, ObjCategory, ObjClassVersion, ObjColor, ObjComment, ObjInstanceVersion, ObjName, ObjPosX, ObjPosY, ParentSequence |
Structures Summary | ||
---|---|---|
ActivateOp ActivatorOp, Op, InputIdx, RemainingDelay |
Inherited Structures from Engine.SequenceOp |
---|
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink |
Functions Summary | ||
---|---|---|
![]() | FindSeqObjectsByClass (class<SequenceObject> DesiredClass, bool bRecursive, out array | |
![]() | Reset ())) | |
![]() | SetEnabled (bool bInEnabled) |
Inherited Functions from Engine.SequenceOp |
---|
Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset |
Inherited Functions from Engine.SequenceObject |
---|
GetWorldInfo, IsValidLevelSequenceObject, IsValidUISequenceObject, ScriptLog |
Variables Detail |
---|
List of all currently active sequence objects (events, latent actions, etc)
Default position of origin when opening this sequence in Kismet.
List of impulses that are currently delayed
Dedicated file log for tracking all script execution
List of any nested sequences, to recursively execute in UpdateOp Do not rely on this in the editor - it is really built and accuracte only when play begins.
List of all scripting objects contained in this sequence
List of events that failed to register on first pass
Is this sequence currently enabled?
Structures Detail |
---|
var SequenceOp ActivatorOp;};
var int InputIdx;
var SequenceOp Op;
var float RemainingDelay;
Used to save an op to activate and the impulse index.
ActivatorOp:the sequecne op that last activated the sequence op referenced by 'Op'InputIdx:Input link idx to activate on OpOp:Op pending activationRemainingDelay:Remaining delay (for use with DelayedActivatedOps)
Functions Detail |
---|
Fills supplied array with all sequence objects of the specified type.
Defaultproperties |
---|
defaultproperties { bEnabled=True DefaultViewZoom=1.000000 ObjName="Sequence" Name="Default__Sequence" ObjectArchetype=SequenceOp'Engine.Default__SequenceOp' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |