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
}}
}}
{{autogenerated}}
Performs the floating point division A / B and assigns the result to a float or int variable.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.


==Properties==
==Properties==
Line 15: Line 14:
'''Type:''' [[float]]
'''Type:''' [[float]]


<!-- enter variable description -->
The dividend.


====ValueB====
====ValueB====
'''Type:''' [[float]]
'''Type:''' [[float]]


<!-- enter variable description -->
The divisor.


===Internal variables===
===Internal variables===
Line 26: Line 25:
'''Type:''' [[float]]
'''Type:''' [[float]]


<!-- enter variable description -->
The result as float value.


====IntResult====
====IntResult====
'''Type:''' [[int]]
'''Type:''' [[int]]


<!-- enter variable description -->
The result as int value.


===Default values===
===Default values===

Latest revision as of 15:49, 5 December 2008

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]
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'