Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationTestBase > API/Runtime/Core/Misc/FAutomationTestBase/TestFalse
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/AutomationTest.cpp |
bool TestFalse
&40;
const TCHAR &42; What,
bool Value
&41;
Remarks
Logs an error if the specified Boolean value is not false.
Parameters
Name | Description |
---|---|
What | Description text for the test. |
Value | The value to test. |