Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.SequenceObject | +-- Engine.SequenceOp | +-- Engine.SequenceAction | +-- Engine.SeqAct_Switch
SeqAct_RandomSwitch
Variables Summary | |
---|---|
SeqAct_Switch | |
bool | bAutoDisableLinks |
bool | bLooping |
int | IncrementAmount |
array<int> | Indices |
int | LinkCount |
Inherited Variables from Engine.SequenceAction |
---|
bCallHandler, HandlerName, Targets |
Inherited Variables from Engine.SequenceOp |
---|
ActivateCount, bActive, bAutoActivateOutputLinks, bLatentExecution, EventLinks, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks |
Structures Summary |
---|
Inherited Structures from Engine.SequenceOp |
---|
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink |
Functions Summary | ||
---|---|---|
![]() | bool | IsValidUISequenceObject (optional UIScreenObject TargetObject )) |
Inherited Functions from Engine.SequenceOp |
---|
Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset |
Variables Detail |
---|
Automatically disable an output once its activated?
Loop index back to beginning to cycle
Number to increment attached variables upon activation
List of links to activate
Total number of links to expose
Functions Detail |
---|
Determines whether this class should be displayed in the list of available ops in the UI's kismet editor.
@param TargetObject the widget that this SequenceObject would be attached to.
@return TRUE if this sequence object should be available for use in the UI kismet editor
Defaultproperties |
---|
defaultproperties { LinkCount=1 IncrementAmount=1 Indices(0)=1 OutputLinks(0)=(LinkDesc="Link 1") VariableLinks(0)=(ExpectedType=Class'Engine.SeqVar_Int',LinkDesc="Index",PropertyName="Indices") ObjName="Switch" ObjCategory="Switch" Name="Default__SeqAct_Switch" ObjectArchetype=SequenceAction'Engine.Default__SequenceAction' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |