Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FAutomationTestBase > TestTrue
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 TestTrue
&40;
const TCHAR &42; What,
bool Value
&41;
Remarks
Logs an error if the specified Boolean value is not true.
Parameters
Name | Description |
---|---|
Description | Description text for the test. |
Value | The value to test. |