Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Specialization type of sequence used to store the events associated with a single widget. Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.SequenceObject | +-- Engine.SequenceOp | +-- Engine.Sequence | +-- Engine.UISequence
UIStateSequence
Variables Summary | |
---|---|
array<UIEvent> | UIEvents |
Inherited Variables from Engine.Sequence |
---|
ActiveSequenceOps, bEnabled, DefaultViewX, DefaultViewY, DefaultViewZoom, DelayedActivatedOps, LogFile, NestedSequences, SequenceObjects, UnregisteredEvents |
Inherited Variables from Engine.SequenceOp |
---|
ActivateCount, bActive, bAutoActivateOutputLinks, bLatentExecution, EventLinks, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks |
Structures Summary |
---|
Inherited Structures from Engine.Sequence |
---|
ActivateOp |
Inherited Structures from Engine.SequenceOp |
---|
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink |
Functions Summary | ||
---|---|---|
![]() | bool | AddSequenceObject (SequenceObject NewObj, optional bool bRecurse) |
![]() | UIScreenObject | GetOwner () con) |
![]() | GetUIEvents (out array<UIEvent> out_Events, optional class<UIEvent> LimitClass) | |
![]() | RemoveSequenceObject (SequenceObject ObjectToRemove) | |
![]() | RemoveSequenceObjects (const out array<SequenceObject> ObjectsToRemove) |
Inherited Functions from Engine.Sequence |
---|
FindSeqObjectsByClass, Reset, SetEnabled |
Inherited Functions from Engine.SequenceOp |
---|
Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset |
Variables Detail |
---|
List of UIEvent objects contained by this UISequence.
Functions Detail |
---|
Adds a new SequenceObject to this containers's list of ops
@param NewObj the sequence object to add.
@param bRecurse if TRUE, recursively add any sequence objects attached to this one
@return TRUE if the object was successfully added to the sequence.
Return the UIScreenObject that owns this sequence.
Retrieves the UIEvents contained by this container.
@param out_Events will be filled with the UIEvent instances stored in by this container
@param LimitClass if specified, only events of the specified class (or child class) will be added to the array
Removes the specified SequenceObject from this container's list of ops.
@param ObjectToRemove the sequence object to remove
Removes the specified SequenceObjects from this container's list of ops.
@param ObjectsToRemove the objects to remove from this sequence
Defaultproperties |
---|
defaultproperties { ObjPosX=904 ObjPosY=64 ObjName="Widget Events" Name="Default__UISequence" ObjectArchetype=Sequence'Engine.Default__Sequence' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |