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