AFunctionalTest::AssertNotEqual_Matrix

Assert that two 4x4 matrices are (memberwise) not equal within a small tolerance.

Unreal Engine C++ API Reference > Developer > FunctionalTesting > AFunctionalTest

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h
Include #include "FunctionalTest.h"
Source /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp
virtual bool AssertNotEqual_Matrix
(
    FMatrix Actual,
    FMatrix NotExpected,
    const [FString](API\Runtime\Core\Containers\FString) & What,
    const [UObject](API\Runtime\CoreUObject\UObject\UObject) * ContextObject
)

Remarks

Assert that two 4x4 matrices are (memberwise) not equal within a small tolerance.

Parameters

Name Description
What A name to use in the message if the assert fails ("Expected 'What' not to be {Expected} but it was {Actual} for context ''")

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library