Navigation
API > API/Runtime > API/Runtime/AutomationTest > API/Runtime/AutomationTest/UAutomationTestExcludelist
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetConfigFilenameForEntry
(
const FAutomationTestExcludelistEntry& Entry |
Get the path to the config from which the exclusion was defined from | AutomationTestExcludelist.h | |
FString GetConfigFilenameForEntry
(
const FAutomationTestExcludelistEntry& Entry, |
Get the path to the config from which the exclusion was defined from | AutomationTestExcludelist.h |
GetConfigFilenameForEntry(const FAutomationTestExcludelistEntry &)
Description
Get the path to the config from which the exclusion was defined from
| Name | GetConfigFilenameForEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
| Source | /Engine/Source/Runtime/AutomationTest/Private/AutomationTestExcludelist.cpp |
FString GetConfigFilenameForEntry
(
const FAutomationTestExcludelistEntry & Entry
) const
Return the path to the corresponding config
Parameters
| Name | Remarks |
|---|---|
| Entry | The FAutomationTestExcludelistEntry that is referenced. |
GetConfigFilenameForEntry(const FAutomationTestExcludelistEntry &, const FName &)
Description
Get the path to the config from which the exclusion was defined from
| Name | GetConfigFilenameForEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationTest/Public/AutomationTestExcludelist.h |
| Include Path | #include "AutomationTestExcludelist.h" |
| Source | /Engine/Source/Runtime/AutomationTest/Private/AutomationTestExcludelist.cpp |
FString GetConfigFilenameForEntry
(
const FAutomationTestExcludelistEntry & Entry,
const FName & Platform
) const
Return the path to the corresponding config
Parameters
| Name | Remarks |
|---|---|
| Entry | The FAutomationTestExcludelistEntry that is referenced. |
| Platform | The Platform the test is being evaluated against. |