Navigation
API > API/Runtime > API/Runtime/AutomationTest
| Name | FAutomationTestExcludeOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
Syntax
USTRUCT ()
struct FAutomationTestExcludeOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Platforms | TSet< FName > | Options to target specific platform. No option means it should be applied to all platforms | AutomationTestExcludelist.h |
|
| Reason | FName | Reason to why the test is excluded | AutomationTestExcludelist.h |
|
| RHIs | TSet< FName > | Options to target specific RHI. No option means it should be applied to all RHIs | AutomationTestExcludelist.h |
|
| Test | FName | Name of the target test | AutomationTestExcludelist.h |
|
| Warn | bool | Should the Reason be reported as a warning in the log | AutomationTestExcludelist.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AutomationTestExcludelist.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const TSet< FName > & GetAllRHIOptionNames() |
AutomationTestExcludelist.h | ||
static const TSet< FName > & GetAllRHIOptionNamesFromSettings() |
AutomationTestExcludelist.h | ||
| AutomationTestExcludelist.h |