Cogito, ergo sum

UE3:SeqCond_CompareFloat (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:47, 17 January 2010 by Wormbo (Talk | contribs) (1 revision: class descriptions for UDK January update (part 5))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceOp >> SequenceCondition >> SeqCond_CompareFloat
Package: 
Engine
This class in other games:
UT3


Properties[edit]

Property group 'SeqCond_CompareFloat'[edit]

ValueA[edit]

Type: float


ValueB[edit]

Type: float


Default values[edit]

Property Value
ObjCategory "Comparison"
ObjName "Compare Float"
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'