Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
Include |
#include "Misc/AutomationTest.h" |
template<typename ValueType>
bool TestValid
(
const TCHAR * Description,
const TSharedPtr< ValueType > & SharedPointer
)
Logs an error if the given shared pointer is not valid.
Parameter |
Description |
---|---|
Description |
Description text for the test. |
SharedPointer |
The shared pointer to test. |