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