Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/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 |
UFUNCTION (BlueprintCallable, Category="Asserts", DisplayName="Assert Not Equal (Rotator)",
Meta=(HidePin="ContextObject", DefaultToSelf="ContextObject"))
virtual bool AssertNotEqual_Rotator
(
FRotator Actual,
FRotator NotExpected,
const FString & What,
const UObject * ContextObject
)
Remarks
Assert that the component angles of two rotators are all 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 ''") |