Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Simple action that records the amount of time elapsed between activating the first link "Start" and the second link "Stop". Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.SequenceObject | +-- Engine.SequenceOp | +-- Engine.SequenceAction | +-- Engine.SeqAct_Timer
Variables Summary | |
---|---|
float | ActivationTime |
SeqAct_Timer | |
float | Time |
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 |
---|
World time at point of activation
Amount of time this timer has been active
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 { bLatentExecution=True InputLinks(0)=(LinkDesc="Start") InputLinks(1)=(LinkDesc="Stop") VariableLinks(0)=(ExpectedType=Class'Engine.SeqVar_Float',LinkDesc="Time",PropertyName="Time") ObjName="Timer" ObjCategory="Misc" Name="Default__SeqAct_Timer" ObjectArchetype=SequenceAction'Engine.Default__SequenceAction' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |