UE3:SeqAct DivideFloat (UT3): Difference between revisions
From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page |
m added descriptions |
||
Line 7: | Line 7: | ||
| parent5 = Object | | parent5 = Object | ||
}} | }} | ||
Performs the floating point division A / B and assigns the result to a float or int variable. | |||
==Properties== | ==Properties== | ||
Line 15: | Line 14: | ||
'''Type:''' [[float]] | '''Type:''' [[float]] | ||
The dividend. | |||
====ValueB==== | ====ValueB==== | ||
'''Type:''' [[float]] | '''Type:''' [[float]] | ||
The divisor. | |||
===Internal variables=== | ===Internal variables=== | ||
Line 26: | Line 25: | ||
'''Type:''' [[float]] | '''Type:''' [[float]] | ||
The result as float value. | |||
====IntResult==== | ====IntResult==== | ||
'''Type:''' [[int]] | '''Type:''' [[int]] | ||
The result as int value. | |||
===Default values=== | ===Default values=== |
Latest revision as of 15:49, 5 December 2008
![]() |
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] |
|