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