Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.SeqAct_Gate

Extends
SequenceAction
Modifiers
native ( Sequence )

Copyright 1998-2011 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- Engine.SeqAct_Gate

Variables Summary
intCurrentCloseCount
SeqAct_Gate
intAutoCloseCount
boolbOpen
Inherited Variables from Engine.SequenceAction
bCallHandler, HandlerName, Targets
Inherited Variables from Engine.SequenceOp
ActivateCount, bActive, bAutoActivateOutputLinks, bHaveMovingInputConnector, bHaveMovingOutputConnector, bHaveMovingVarConnector, bLatentExecution, bPendingInputConnectorRecalc, bPendingOutputConnectorRecalc, bPendingVarConnectorRecalc, EventLinks, GamepadID, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks

Structures Summary
Inherited Structures from Engine.SequenceOp
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink

Functions Summary
Inherited Functions from Engine.SequenceOp
Activated, ActivateNamedOutputLink, ActivateOutputLink, Deactivated, ForceActivateInput, ForceActivateOutput, GetBoolVars, GetController, GetInterpDataVars, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset, VersionUpdated


Variables Detail

CurrentCloseCount Source code

var int CurrentCloseCount;
Current threshold for closing the gate (increments to keep pace with ActivateCount)

SeqAct_Gate

AutoCloseCount Source code

var(SeqAct_Gate) int AutoCloseCount;
Auto close after this many activations

bOpen Source code

var(SeqAct_Gate) bool bOpen<autocomment=true>;
Is this gate currently open?


Defaultproperties

defaultproperties
{
	ObjName="Gate"
	ObjCategory="Misc"

	bSuppressAutoComment=false
	bOpen=TRUE
	bAutoActivateOutputLinks=false

	InputLinks(0)=(LinkDesc="In")
	InputLinks(1)=(LinkDesc="Open")
	InputLinks(2)=(LinkDesc="Close")
	InputLinks(3)=(LinkDesc="Toggle")

	VariableLinks.Empty
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:56.134 - Created with UnCodeX