Asserts

Asserts

Windows
MacOS
Linux
On this page

Actions

Assert Equal (Bool)

Assert that two bools are equal

Target is Functional Test

Assert Equal (Float)

Assert that two floats are equal within tolerance between two floats.

Target is Functional Test

Assert Equal (FName)

Assert that two FNames are equal

Target is Functional Test

Assert Equal (Integer)

Assert that two ints are equal

Target is Functional Test

Assert Equal (Rotator)

Assert that the component angles of two rotators are all equal within a small tolerance.

Target is Functional Test

Assert Equal (String)

Assert that two Strings are equal.

Target is Functional Test

Assert Equal (TraceQuery)

Assert that two TraceQueryResults are equal.

Target is Functional Test

Assert Equal (Transform)

Assert that two transforms are (components memberwise - translation, rotation, scale) equal within a small tolerance.

Target is Functional Test

Assert Equal (Vector)

Assert that two vectors are (memberwise) equal within a small tolerance.

Target is Functional Test

Assert False

Assert that a boolean value is false.

Target is Functional Test

Assert Is Valid

Assert that a UObject is valid

Target is Functional Test

Assert Not Equal (Rotator)

Assert that the component angles of two rotators are all not equal within a small tolerance.

Target is Functional Test

Assert Not Equal (String)

Assert that two Strings are not equal.

Target is Functional Test

Assert Not Equal (Transform)

Assert that two transforms are (components memberwise - translation, rotation, scale) not equal within a small tolerance.

Target is Functional Test

Assert Not Equal (Vector)

Assert that two vectors are (memberwise) not equal within a small tolerance.

Target is Functional Test

Assert True

Assert that a boolean value is true.

Target is Functional Test

Assert Value (DateTime)

Assert on a relationship between two DateTimes.

Target is Functional Test

Assert Value (Float)

Assert on a relationship between two floats.

Target is Functional Test

Assert Value (Integer)

Assert on a relationship between two integers.

Target is Functional Test

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