Navigation
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 |
UFUNCTION (BlueprintCallable, Category="Asserts", DisplayName="Assert Value (Float)",
Meta=(HidePin="ContextObject", DefaultToSelf="ContextObject"))
virtual bool AssertValue_Float
(
float Actual,
EComparisonMethod ShouldBe,
float Expected,
const FString & What,
const UObject * ContextObject
)
Remarks
Assert on a relationship between two floats.
Parameters
Name | Description |
---|---|
What | A name to use in the message if the assert fails (What: expected {Actual} to be |