Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool TestTrue
(
const TCHAR* What,
bool Value
)
|
Logs an error if the specified Boolean value is not true. |
Misc/AutomationTest.h |
|
|
|
Misc/AutomationTest.h |
|
TestTrue(const TCHAR *, bool)
Description
Logs an error if the specified Boolean value is not true.
| |
|
| Name |
TestTrue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path |
#include "Misc/AutomationTest.h" |
| Source |
/Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
bool TestTrue
(
const TCHAR * What,
bool Value
)
Parameters
| Name |
Remarks |
| Description |
Description text for the test. |
| Value |
The value to test. |
See Also
TestTrue(const FString &, bool)
| |
|
| Name |
TestTrue |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path |
#include "Misc/AutomationTest.h" |
bool TestTrue
(
const FString & What,
bool Value
)