Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutomationTestBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTestSourceFileName () |
Gets the filename where this test was defined. | Misc/AutomationTest.h | |
virtual FString GetTestSourceFileName
(
const FString& InTestName |
Gets the filename where this test was defined. | Misc/AutomationTest.h |
GetTestSourceFileName()
Description
Gets the filename where this test was defined.
| Name | GetTestSourceFileName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
virtual FString GetTestSourceFileName() const
GetTestSourceFileName(const FString &)
Description
Gets the filename where this test was defined.
| Name | GetTestSourceFileName |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AutomationTest.h |
| Include Path | #include "Misc/AutomationTest.h" |
virtual FString GetTestSourceFileName
(
const FString & InTestName
) const