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