AFunctionalTest::AssertValue_DateTime

Assert on a relationship between two DateTimes.

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 AssertValue_DateTime
(
    [FDateTime](API\Runtime\Core\Misc\FDateTime) Actual,
    [EComparisonMethod](API\Developer\FunctionalTesting\EComparisonMethod) ShouldBe,
    [FDateTime](API\Runtime\Core\Misc\FDateTime) Expected,
    const [FString](API\Runtime\Core\Containers\FString) & What,
    const [UObject](API\Runtime\CoreUObject\UObject\UObject) * ContextObject
)

Remarks

Assert on a relationship between two DateTimes.

Parameters

Name Description
What A name to use in the message if the assert fails (What: expected {Actual} to be {Expected} for context '')

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library