UE3:SeqCond_CompareInt (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> SequenceObject >> SequenceOp >> SequenceCondition >> SeqCond_CompareInt
Package:
Engine
This class in other games:


Properties

Property group 'SeqCond_CompareInt'

ValueA

Type: int


ValueB

Type: int


Default values

Property Value
ObjCategory "Comparison"
ObjName "Compare Int"
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_Int'
LinkDesc "A"
PropertyName 'ValueA'
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Int'
LinkDesc "B"
PropertyName 'ValueB'