Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FAutomationTestBase > API/Runtime/Core/Misc/FAutomationTestBase/TestNull
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 TestNull
&40;
const TCHAR &42; What,
const void &42; Pointer
&41;
Remarks
Logs an error if the specified pointer is not NULL.
Parameters
| Name | Description |
|---|---|
| Description | Description text for the test. |
| Pointer | The pointer to test. |