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 |
virtual bool AssertEqual_Float
&40;
float Actual,
float Expected,
const FString & What,
float Tolerance,
const UObject &42; ContextObject
&41;
Remarks
Assert that two floats are equal within tolerance between two floats.
Parameters
| Name | Description |
|---|---|
| What | A name to use in the message if the assert fails (What: expected {Actual} to be Equal To {Expected} within Tolerance for context '') |