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