Navigation
API > API/Runtime > API/Runtime/AutomationTest
References
| Module | AutomationTest |
| Header | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include | #include "AutomationTestExcludelist.h" |
Syntax
struct FAutomationTestExcludeOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Reason | Reason to why the test is excluded | |
| TSet< FName > | RHIs | Options to target specific RHI. No option means it should be applied to all RHIs | |
| FName | Test | Name of the target test | |
| bool | Warn | Should the Reason be reported as a warning in the log |