Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FAutomationTestBase > TestNotNull
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include | #include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestNotNull
&40;
const TCHAR &42; What,
const ValueType &42; Pointer
&41;
Remarks
Logs an error if the specified pointer is NULL.
Parameters
Name | Description |
---|---|
What | Description text for the test. |
Pointer | The pointer to test. |