Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool TestValid
(
const TCHAR* Description,
const ValueType& Value
)
|
Logs an error if the given object returns false when calling its IsValid member. |
Misc/AutomationTest.h |
|
|
|
Misc/AutomationTest.h |
|
TestValid(const TCHAR *, const ValueType &)
Description
Logs an error if the given object returns false when calling its IsValid member.
| |
|
| Name |
TestValid |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path |
#include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestValid
(
const TCHAR * Description,
const ValueType & Value
)
Parameters
| Name |
Remarks |
| Description |
Description text for the test. |
| Value |
The value to test. |
See Also
TestValid(const FString &, const ValueType &)
| |
|
| Name |
TestValid |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path |
#include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestValid
(
const FString & Description,
const ValueType & Value
)