Int Point

Int Point

Windows
MacOS
Linux
On this page

Actions

Equal (IntPoint)

Returns true if IntPoint A is equal to IntPoint B (A == B)

Target is Kismet Math Library

IntPoint - Integer

Subtraction (A - B)

Target is Kismet Math Library

IntPoint - IntPoint

Returns IntPoint A subtracted by B

Target is Kismet Math Library

IntPoint * Integer

Multiplication (A * B)

Target is Kismet Math Library

IntPoint * IntPoint

Returns IntPoint A multiplied by B

Target is Kismet Math Library

IntPoint / Integer

Division (A * B)

Target is Kismet Math Library

IntPoint / IntPoint

Returns IntPoint A divided by B

Target is Kismet Math Library

IntPoint + Integer

Addition (A - B)

Target is Kismet Math Library

IntPoint + IntPoint

Returns IntPoint A added by B

Target is Kismet Math Library

Not Equal (IntPoint)

Returns true if IntPoint A is NOT equal to IntPoint B (A != B)

Target is Kismet Math Library

Categories

Constants

Constants

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss