Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:SeqCond_IncrementFloat (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceOp >> SequenceCondition >> SeqCond_IncrementFloat
Package: 
Engine
This class in other games:
UT3


Properties[edit]

Property group 'SeqCond_IncrementFloat'[edit]

IncrementAmount[edit]

Type: float


Default value: 1.0

ValueA[edit]

Type: float

Default value to use if no variables are linked to A

ValueB[edit]

Type: float

Default value to use if no variables are linked to B

Default values[edit]

Property Value
ObjCategory "Counter"
ObjName "Float Counter"
OutputLinks[0]
Member Value
LinkDesc "A <= B"
OutputLinks[1]
Member Value
LinkDesc "A > B"
OutputLinks[2]
Member Value
LinkDesc "A == B"
OutputLinks[3]
Member Value
LinkDesc "A < B"
OutputLinks[4]
Member Value
LinkDesc "A >= B"
VariableLinks[0]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "A"
PropertyName 'ValueA'
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "B"
PropertyName 'ValueB'