Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:SeqCond_CompareFloat (UT3)

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

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

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"
MaxVars 255
MinVars 1
PropertyName 'ValueA'
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "B"
MaxVars 255
MinVars 1
PropertyName 'ValueB'