Integer 64

Integer 64

Windows
MacOS
Linux

Actions

Absolute (integer64)

Returns the absolute (positive) value of A

Target is Kismet Math Library

Bitwise AND

Bitwise AND (A & B)

Target is Kismet Math Library

Bitwise NOT

Bitwise NOT (~A)

Target is Kismet Math Library

Bitwise OR

Bitwise OR (A | B)

Target is Kismet Math Library

Bitwise XOR

Bitwise XOR (A ^ B)

Target is Kismet Math Library

Clamp (integer64)

Returns Value clamped to be between A and B (inclusive)

Target is Kismet Math Library

Equal (integer64)

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

Target is Kismet Math Library

InRange (integer64)

Returns true if value is between Min and Max (V >= Min && V <= Max) If InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger If InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller

Target is Kismet Math Library

integer64 - integer64

Subtraction (A - B)

Target is Kismet Math Library

integer64 > integer64

Returns true if A is greater than B (A > B)

Target is Kismet Math Library

integer64 >= integer64

Returns true if A is greater than or equal to B (A >= B)

Target is Kismet Math Library

integer64 < integer64

Returns true if A is less than B (A < B)

Target is Kismet Math Library

integer64 <= integer64

Returns true if A is less than or equal to B (A <= B)

Target is Kismet Math Library

integer64 * integer64

Multiplication (A * B)

Target is Kismet Math Library

integer64 + integer64

Addition (A + B)

Target is Kismet Math Library

Max (integer64)

Returns the maximum value of A and B

Target is Kismet Math Library

Min (integer64)

Returns the minimum value of A and B

Target is Kismet Math Library

NotEqual (integer64)

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

Target is Kismet Math Library

Sign (integer64)

Sign (integer64, returns -1 if A < 0, 0 if A is zero, and +1 if A > 0)

Target is Kismet Math Library

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback