Always snap to grid

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[edit]

Property group 'SeqAct_DivideFloat'[edit]

ValueA[edit]

Type: float

The dividend.

ValueB[edit]

Type: float

The divisor.

Internal variables[edit]

FloatResult[edit]

Type: float

The result as float value.

IntResult[edit]

Type: int

The result as int value.

Default values[edit]

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'