I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:SeqAct_DivideFloat (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
Engine
This class in other games:
UDK

Performs the floating point division A / B and assigns the result to a float or int variable.

Properties

Property group 'SeqAct_DivideFloat'

ValueA

Type: float

The dividend.

ValueB

Type: float

The divisor.

Internal variables

FloatResult

Type: float

The result as float value.

IntResult

Type: int

The result as int value.

Default values

Property Value
ObjCategory "Math"
ObjName "Divide Float"
VariableLinks[0]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "A"
PropertyName 'ValueA'
VariableLinks[1]
Member Value
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "B"
MaxVars 255
MinVars 1
PropertyName 'ValueB'
VariableLinks[2]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "FloatResult"
MaxVars 255
MinVars 1
PropertyName 'FloatResult'
VariableLinks[3]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Int'
LinkDesc "IntResult"
MaxVars 255
MinVars 1
PropertyName 'IntResult'