Navigation
API > API/Runtime > API/Runtime/AutomationTest > API/Runtime/AutomationTest/UAutomationTestExcludelist
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAutomationTestExcludelistEntry * GetExcludeTestEntry
(
const FString& TestName |
Get the Entry object of the TestName if excluded | AutomationTestExcludelist.h | |
const FAutomationTestExcludelistEntry * GetExcludeTestEntry
(
const FString& TestName, |
Get the Entry object of the TestName if excluded | AutomationTestExcludelist.h | |
const FAutomationTestExcludelistEntry * GetExcludeTestEntry
(
const FString& TestName, |
Get the Entry object of the TestName if excluded | AutomationTestExcludelist.h |
GetExcludeTestEntry(const FString &)
Description
Get the Entry object of the TestName if excluded
| Name | GetExcludeTestEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
| Source | /Engine/Source/Runtime/AutomationTest/Private/AutomationTestExcludelist.cpp |
const FAutomationTestExcludelistEntry * GetExcludeTestEntry
(
const FString & TestName
) const
Return the corresponding FAutomationTestExcludelistEntry if excluded otherwise nullptr
Parameters
| Name | Remarks |
|---|---|
| TestName | The full test name to be tested. |
GetExcludeTestEntry(const FString &, const TSet< FName > &)
Description
Get the Entry object of the TestName if excluded
| Name | GetExcludeTestEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
| Source | /Engine/Source/Runtime/AutomationTest/Private/AutomationTestExcludelist.cpp |
const FAutomationTestExcludelistEntry * GetExcludeTestEntry
(
const FString & TestName,
const TSet< FName > & RHI
) const
Return the corresponding FAutomationTestExcludelistEntry if excluded otherwise nullptr
Parameters
| Name | Remarks |
|---|---|
| TestName | The full test name to be tested. |
| Platform | The Platform the test is being evaluated against. |
GetExcludeTestEntry(const FString &, const FName &, const TSet< FName > &)
Description
Get the Entry object of the TestName if excluded
| Name | GetExcludeTestEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
| Source | /Engine/Source/Runtime/AutomationTest/Private/AutomationTestExcludelist.cpp |
const FAutomationTestExcludelistEntry * GetExcludeTestEntry
(
const FString & TestName,
const FName & Platform,
const TSet< FName > & RHI
) const
Return the corresponding FAutomationTestExcludelistEntry if excluded otherwise nullptr
Parameters
| Name | Remarks |
|---|---|
| TestName | The full test name to be tested. |
| Platform | The Platform the test is being evaluated against. |
| RHI | The RHI the test is being evaluated against. |