Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
Include |
#include "AutomationTestExcludelist.h" |
struct FAutomationTestExcludelistEntry
Name | Description | ||
---|---|---|---|
|
bIsPropagated |
Is the entry comes from propagation |
|
|
FullTestName |
Hold full test name/path |
|
|
Map |
Hold the name of the target functional test map |
|
|
Reason |
Reason to why the test is excluded |
|
|
RHIs |
Option to target specific RHI. Empty array means it should be applied to all RHI |
|
|
Test |
Hold the name of the target test - full test name is require here unless for functional tests |
|
|
Warn |
Should the Reason be reported as a warning in the log |
Name | Description | |
---|---|---|
|
FAutomationTestExcludelistEntry() |
|
|
FAutomationTestExcludelistEntry ( |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
GetOptions() |
|
|
IsEmpty() |
Return true if the entry is not specific |
|
|
Reset() |
Reset entry to be un-specific |
|
|
SetPropagation ( |
Determine if exclusion entry is propagated based on test name - used for management in test automation window |
|
|
ShouldExcludeForRHI ( |
Confirm that test should be excluded for that RHI |