Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReportError
(
const TCHAR* What, |
Misc/AutomationTest.h | ||
void ReportError
(
const TCHAR* What, |
Misc/AutomationTest.h |
ReportError(const TCHAR *, const ValueType &, const ValueType &)
| Name | ReportError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
template<typename ValueType>
void ReportError
(
const TCHAR * What,
const ValueType & Actual,
const ValueType & Expected
)
ReportError(const TCHAR *, const FString &, const FString &)
| Name | ReportError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
template<>
void ReportError
(
const TCHAR * What,
const FString & Actual,
const FString & Expected
)