UE3:SeqAct_DivideFloat (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_SetSequenceVariable >> SeqAct_DivideFloat |
- Package:
- Engine
- This class in other games:
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] |
| ||||||||||||||
VariableLinks[1] |
| ||||||||||||||
VariableLinks[2] |
| ||||||||||||||
VariableLinks[3] |
|