Navigation
API > API/Runtime > API/Runtime/AutomationTest > API/Runtime/AutomationTest/UAutomationTestExcludelist
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsTestExcluded
(
const FString& TestName |
Is the TestName excluded? | AutomationTestExcludelist.h | |
bool IsTestExcluded
(
const FString& TestName, |
Is the TestName excluded? | AutomationTestExcludelist.h | |
bool IsTestExcluded
(
const FString& TestName, |
Is the TestName excluded? | AutomationTestExcludelist.h |
IsTestExcluded(const FString &)
Description
Is the TestName excluded?
| Name | IsTestExcluded |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
| Source | /Engine/Source/Runtime/AutomationTest/Private/AutomationTestExcludelist.cpp |
bool IsTestExcluded
(
const FString & TestName
) const
True if the test is excluded
Parameters
| Name | Remarks |
|---|---|
| TestName | The full test name to be tested. |
IsTestExcluded(const FString &, const TSet< FName > &, FName , bool )
Description
Is the TestName excluded?
| Name | IsTestExcluded |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
| Source | /Engine/Source/Runtime/AutomationTest/Private/AutomationTestExcludelist.cpp |
bool IsTestExcluded
(
const FString & TestName,
const TSet< FName > & RHI,
FName * OutReason,
bool * OutWarn
) const
True if the test is excluded
Parameters
| Name | Remarks |
|---|---|
| TestName | The full test name to be tested. |
| RHI | The RHI the test is being evaluated against. |
| OutReason | The reason why it is excluded. |
| OutWarn | Whether a warning is going to be returned if the test is to be excluded. |
IsTestExcluded(const FString &, const FName &, const TSet< FName > &, FName , bool )
Description
Is the TestName excluded?
| Name | IsTestExcluded |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
| Source | /Engine/Source/Runtime/AutomationTest/Private/AutomationTestExcludelist.cpp |
bool IsTestExcluded
(
const FString & TestName,
const FName & Platform,
const TSet< FName > & RHI,
FName * OutReason,
bool * OutWarn
) const
True if the test is excluded
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. |
| OutReason | The reason why it is excluded. |
| OutWarn | Whether a warning is going to be returned if the test is to be excluded. |