className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
IAutomationControllerManager::SetFilter | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Filters the visible list of tests. | AutomationController | void SetFilter ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [AutomationFilterCollection](API\Developer\AutomationController\AutomationFilterCollection) > InFilter ) | [] |
IAutomationControllerManager::SetKeepPIEOpen | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Sets if PIE should be kept open when test pass end | AutomationController | void SetKeepPIEOpen ( const bool bNewValue ) | [] |
IAutomationControllerManager::SetNumPasses | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Sets the number of test passes. | AutomationController | void SetNumPasses ( const int32 InNumPasses ) | [] |
IAutomationControllerManager::SetRequestedTestFlags | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Sets what flags we're considering automation tests from | AutomationController | void SetRequestedTestFlags ( const uint32 InRequestedTestFlags ) | [] |
IAutomationControllerManager::SetSendAnalytics | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Sets if analytics should be sent | AutomationController | void SetSendAnalytics ( const bool bNewValue ) | [] |
IAutomationControllerManager::SetVisibleTestsEnabled | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Sets whether all visible tests are enabled or not. | AutomationController | void SetVisibleTestsEnabled ( const bool bEnabled ) | [] |
IAutomationControllerManager::Shutdown | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Shuts down the manager. | AutomationController | void Shutdown() | [] |
IAutomationControllerManager::Startup | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Starts up the manager. | AutomationController | void Startup() | [] |
IAutomationControllerManager::StopTests | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Stops all running tests. | AutomationController | void StopTests() | [] |
IAutomationControllerManager::Tick | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Tick function that will execute enabled tests for different device clusters. | AutomationController | void Tick() | [] |
IAutomationControllerManager::ToggleDeviceGroupFlag | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Toggles a device group flag. | AutomationController | void ToggleDeviceGroupFlag ( [EAutomationDeviceGroupTypes::Type](API\Developer\AutomationController\EAutomationDeviceGroupTypes__Typ-) InDeviceGroup ) | [] |
IAutomationControllerManager::UpdateDeviceGroups | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Updates the clusters when the device grouping changes. | AutomationController | void UpdateDeviceGroups() | [] |
IAutomationControllerManager::~IAutomationControllerManager | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Virtual destructor. | AutomationController | virtual ~IAutomationControllerManager() | [] |
IAutomationControllerManager | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Interface for AutomationController . | AutomationController | class IAutomationControllerManager | [] |
IAutomationControllerManagerPtr | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Type definition for shared pointers to instances ofIAutomationControllerManager. | AutomationController | typedef [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [IAutomationControllerManager](API\Developer\AutomationController\IAutomationControllerManager) > IAutomationControllerManagerPtr | [] |
IAutomationControllerManagerRef | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Type definition for shared references to instances ofIAutomationControllerManager. | AutomationController | typedef [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [IAutomationControllerManager](API\Developer\AutomationController\IAutomationControllerManager) > IAutomationControllerManagerRef | [] |
IAutomationControllerModule::Get | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerModule.h | AutomationController | static [IAutomationControllerModule](API\Developer\AutomationController\IAutomationControllerModule) & Get() | [] |
|
IAutomationControllerModule::GetAutomationController | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerModule.h | Gets the automation controller.
a reference to the automation controller. | AutomationController | [IAutomationControllerManagerRef](API\Developer\AutomationController\IAutomationControllerManagerRef) GetAutomationController() | [] |
IAutomationControllerModule::Init | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerModule.h | Init message bus usage. | AutomationController | void Init() | [] |
IAutomationControllerModule::Tick | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerModule.h | Tick function that will execute enabled tests for different device clusters. | AutomationController | void Tick() | [] |
IAutomationControllerModule | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerModule.h | Interface for AutomationController modules. | AutomationController | class IAutomationControllerModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface) | [] |
IAutomationReport::ClustersUpdated | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Updates the report when the number of clusters changes. | AutomationController | void ClustersUpdated ( const int32 NumClusters ) | [] |
IAutomationReport::AddArtifact | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | void AddArtifact ( const int32 ClusterIndex, const int32 PassIndex, const [FAutomationArtifact](API\Developer\AutomationController\FAutomationArtifact) & Artifact ) | [] |
|
IAutomationReport::Empty | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Remove all child tests | AutomationController | void Empty() | [] |
IAutomationReport::EnsureReportExists | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Add a child test to the hierarchy, creating internal tree nodes as needed. If NewTestName is Editor.Maps.Loadall.TestName, this will create nodes for Editor, Maps, Loadall, and then a leaf node for the test name with the associated command line
The automation report. | AutomationController | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > EnsureReportExists ( [FAutomationTestInfo](API\Runtime\Core\Misc\FAutomationTestInfo) & TestInfo, const int32 ClusterIndex, const int32 NumPasses ) | [] |
IAutomationReport::ExpandInUI | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Should we expand this node in the UI - A child has passed the filter.
true If we should expand the node | AutomationController | const bool ExpandInUI() const | [] |
FOnSetResultsEvent | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Event that allows log to refresh once a test has finished. | AutomationController | typedef TBaseDelegate_OneParam< void, [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > > FOnSetResultsEvent | [] |
IAutomationReport::GetAssetPath | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets the asset path associated with a test, it may not have one.
the asset name. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetAssetPath() const | [] |
IAutomationReport::GetChildReports | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns the array of child reports. | AutomationController | [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > > & GetChildReports() | [] |
IAutomationReport::GetCommand | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns the complete command for an automation test including any relevant parameters. This is the class name + the parameter. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetCommand() const | [] |
IAutomationReport::GetCompletionStatus | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns completion statistics for this branch of the testing hierarchy. | AutomationController | void GetCompletionStatus ( const int32 ClusterIndex, const int32 PassIndex, [FAutomationCompleteState](API\Developer\AutomationController\FAutomationCompleteState) & OutCompletionState ) | [] |
IAutomationReport::GetCurrentPassIndex | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Finds the current pass by looking at the current state
The current pass index | AutomationController | const int32 GetCurrentPassIndex ( const int32 ClusterIndex ) | [] |
IAutomationReport::GetDisplayName | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns the name of this level in the test hierarchy for the purposes of grouping. (Editor.Maps.LoadAll.parameters) would have 3 internal tree nodes and a variable number of leaf nodes depending on how many maps existed
the name of this level in the hierarchy for use in UI. | AutomationController | const [FString](API\Runtime\Core\Containers\FString) & GetDisplayName() const | [] |
IAutomationReport::GetDisplayNameWithDecoration | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns the name of this level in the test hierarchy for the purposes of UI. (Editor.Maps.LoadAll.parameters) would have 3 internal tree nodes and a variable number of leaf nodes depending on how many maps existed
the name of this level in the hierarchy for use in UI. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetDisplayNameWithDecoration() const | [] |
IAutomationReport::GetDurationRange | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets the min and max time this test took to execute.
whether any test has completed successfully. | AutomationController | const bool GetDurationRange ( float & OutMinTime, float & OutMaxTime ) | [] |
IAutomationReport::GetEnabledTestNames | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets the names of all the enabled tests | AutomationController | void GetEnabledTestNames ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutEnabledTestNames, [FString](API\Runtime\Core\Containers\FString) CurrentPath ) const | [] |
IAutomationReport::GetEnabledTestReports | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns all the enabled test reports. | AutomationController | void GetEnabledTestReports ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) >> & OutReports ) | [] |
IAutomationReport::GetEnabledTestsNum | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Recursively gets the number of enabled tests | AutomationController | int32 GetEnabledTestsNum() const | [] |
IAutomationReport::GetExcludeOptions | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Produce exclude options .
exclude options based on report exclude info. | AutomationController | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FAutomationTestExcludeOptions](API\Runtime\AutomationTest\FAutomationTestExcludeOptions) > GetExcludeOptions() | [] |
IAutomationReport::GetFilteredChildren | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns the array of child reports that should be visible to the UI based on filtering. | AutomationController | [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > > & GetFilteredChildren() | [] |
IAutomationReport::GetFilteredTestNames | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets the names of all the filtered tests | AutomationController | void GetFilteredTestNames ( [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & OutFilteredTestNames, [FString](API\Runtime\Core\Containers\FString) CurrentPath ) const | [] |
IAutomationReport::GetFullTestPath | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns the full path for the test, e.g. System.Audio.PlaySoundTest. | AutomationController | const [FString](API\Runtime\Core\Containers\FString) & GetFullTestPath() const | [] |
IAutomationReport::GetGameInstanceName | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets the name of the instance that ran the test.
the name of the device. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetGameInstanceName ( const int32 ClusterIndex ) | [] |
IAutomationReport::GetNextReportToExecute | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns the next test in the hierarchy to run.
The next report | AutomationController | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > GetNextReportToExecute ( bool & bOutAllTestsComplete, const int32 ClusterIndex, const int32 PassIndex, const int32 NumDevicesInCluster ) | [] |
IAutomationReport::GetNumDevicesRunningTest | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Get the number of devices which have been given this test to run.
The number of devices who have been given this test to run. | AutomationController | const int32 GetNumDevicesRunningTest() const | [] |
IAutomationReport::GetNumParticipantsRequired | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | The number of devices needed for this test to execute. | AutomationController | const int32 GetNumParticipantsRequired() const | [] |
IAutomationReport::GetNumResults | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets the number of available test results for a given cluster.
The number of results available for this cluster | AutomationController | const int32 GetNumResults ( const int32 ClusterIndex ) | [] |
IAutomationReport::GetOpenCommand | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetOpenCommand() const | [] |
|
IAutomationReport::GetResults | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets a copy of errors and warnings that were found
The collection of results for the given cluster index | AutomationController | const [FAutomationTestResults](API\Developer\AutomationController\FAutomationTestResults) & GetResults ( const int32 ClusterIndex, const int32 PassIndex ) | [] |
IAutomationReport::GetSourceFile | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets the source file the test was defined on. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetSourceFile() const | [] |
IAutomationReport::GetSourceFileLine | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Gets the source file line number the test was defined on. | AutomationController | int32 GetSourceFileLine() const | [] |
IAutomationReport::GetState | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns the state of the test (not run, in process, success, failure).
the current state of the test. | AutomationController | EAutomationState GetState ( const int32 ClusterIndex, const int32 PassIndex ) const | [] |
IAutomationReport::GetTestFlags | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Get the test type.
the test type. | AutomationController | uint32 GetTestFlags() const | [] |
IAutomationReport::GetTestParameter | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Get the name of the asset associated with this test.
the asset name. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetTestParameter() const | [] |
IAutomationReport::GetTotalNumFilteredChildren | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Recursively gets the total number of filtered children | AutomationController | int32 GetTotalNumFilteredChildren() const | [] |
IAutomationReport::GetTotalNumChildren | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Recursively gets the number of child nodes | AutomationController | int32 GetTotalNumChildren() const | [] |
IAutomationReport::HasErrors | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns if there have been any errors in the test.
True If there were errors. | AutomationController | const bool HasErrors() | [] |
IAutomationReport::HasWarnings | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns if there have been any warnings in the test.
True If there were errors. | AutomationController | const bool HasWarnings() | [] |
IAutomationReport::IncrementNetworkCommandResponses | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Increment the number of network responses.
true if responses from all participants were received, false otherwise. | AutomationController | bool IncrementNetworkCommandResponses() | [] |
IAutomationReport::IsEnabled | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Return if this test should be executed | AutomationController | bool IsEnabled() const | [] |
IAutomationReport::IsParent | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Is this a parent type.
true if this is a parent type. | AutomationController | const bool IsParent() | [] |
IAutomationReport::IsSmokeTest | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Is this a smoke test.
true if this is a smoke test. | AutomationController | const bool IsSmokeTest() | [] |
IAutomationReport::IsSupported | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Returns if a particular platform is supported | AutomationController | bool IsSupported ( const int32 ClusterIndex ) const | [] |
IAutomationReport::IsToBeSkipped | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Is the test need to be skipped.
true if the test is inside exclude list. | AutomationController | bool IsToBeSkipped ( [FName](API\Runtime\Core\UObject\FName) * OutReason, bool * OutWarn ) const | [] |
IAutomationReport::IsToBeSkippedByPropagation | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Is the test is to be skipped through propagation.
true if the test is inside exclude list via a propagation. | AutomationController | bool IsToBeSkippedByPropagation() const | [] |
IAutomationReport::IsToBeSkippedOnConditions | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Is the test need to be skipped on specific conditions.
true if the test is inside exclude list. | AutomationController | bool IsToBeSkippedOnConditions() const | [] |
IAutomationReport::ResetForExecution | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Recursively resets the report to "needs to be run", clears cached warnings and errors. | AutomationController | void ResetForExecution ( const int32 NumTestPasses ) | [] |
IAutomationReport::ResetNetworkCommandResponses | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | void ResetNetworkCommandResponses() | [] |
|
IAutomationReport::SetEnabled | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Sets whether this test should be executed or not. | AutomationController | void SetEnabled ( bool bShouldBeEnabled ) | [] |
IAutomationReport::SetEnabledTests | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Sets which tests are enabled based off the enabled tests list | AutomationController | void SetEnabledTests ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & EnabledTests, [FString](API\Runtime\Core\Containers\FString) CurrentPath ) | [] |
IAutomationReport::SetFilter | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Filters the visible tests based on search text, execution status, regression test, etc.
whether this report or any of its children passed the filter. | AutomationController | bool SetFilter ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [AutomationFilterCollection](API\Developer\AutomationController\AutomationFilterCollection) > InFilter, const bool ParentPassedFilter ) | [] |
IAutomationReport::SetNumParticipantsRequired | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Set the number of participants this test requires if less than what is already set. | AutomationController | void SetNumParticipantsRequired ( const int32 NewCount ) | [] |
IAutomationReport::SetResults | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Sets the results of the test for use by the UI. | AutomationController | void SetResults ( const int32 ClusterIndex, const int32 PassIndex, const [FAutomationTestResults](API\Developer\AutomationController\FAutomationTestResults) & InResults ) | [] |
IAutomationReport::SetSkipFlag | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Add or remove test from exclude list. | AutomationController | void SetSkipFlag ( bool bEnableSkip, const [FAutomationTestExcludelistEntry](API\Runtime\AutomationTest\FAutomationTestExcludelistEntry) * Template, bool bFromPropagation ) | [] |
IAutomationReport::SetState | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Set the state of the test (not run, in process, success, failure). | AutomationController | void SetState ( const EAutomationState State ) | [] |
IAutomationReport::SetSupport | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Sets whether this test is supported on a particular platform. | AutomationController | void SetSupport ( const int32 ClusterIndex ) | [] |
IAutomationReport::SetTestFlags | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Set the test flags. | AutomationController | void SetTestFlags ( const uint32 InTestFlags ) | [] |
IAutomationReport::StopRunningTest | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Stop the test which is creating this report. | AutomationController | void StopRunningTest() | [] |
IAutomationReport::~IAutomationReport | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Virtual destructor | AutomationController | virtual ~IAutomationReport() | [] |
IAutomationReportPtr | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | typedef [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > IAutomationReportPtr | [] |
|
IAutomationReport | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Interface for automation test results | AutomationController | class IAutomationReport : public [TSharedFromThis< IAutomationReport >](API\Runtime\Core\Templates\TSharedFromThis) | [
{
"type": "FOnSetResultsEv...",
"name": "OnSetResults",
"description": ""
}
] |
IAutomationReportRef | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | typedef [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< class [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > IAutomationReportRef | [] |
|
UAutomationControllerSettings::PostInitProperties | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. This is called before any serialization or other setup has happened. | AutomationController | virtual void PostInitProperties() | [] |
UAutomationControllerSettings::UAutomationControllerSettings | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h | AutomationController | UAutomationControllerSettings ( const [FObjectInitializer](API\Runtime\CoreUObject\UObject\FObjectInitializer) & ObjectInitializer ) | [] |
|
UAutomationControllerSettings | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h | Implements the Editor's user settings. | AutomationController | class UAutomationControllerSettings : public [UObject](API\Runtime\CoreUObject\UObject\UObject) | [
{
"type": "bool",
"name": "bAutoExpandSingleItemSubgroups",
"description": "Whether to automatically expand Automation Tests tree subgroups that have single non-leaf item as a child (default=true)"
},
{
"type": "bool",
"name": "bElevateLogWarningsToErrors",
"description": "Whether to treat log warnings as log errors (default=true)"
},
{
"type": "bool",
"name": "bKeepPIEOpen",
"description": "Whether to keep the PIE Open in the editor at the end of a test pass (default=false)"
},
{
"type": "bool",
"name": "bResetTelemetryStorageOnNewSession",
"description": "Whether to reset data stored in telemetry file (default=false)"
},
{
"type": "bool",
"name": "bSuppressLogErrors",
"description": "Whether to suppress log from test results (default=false)"
},
{
"type": "bool",
"name": "bSuppressLogWarnings",
"description": "Whether to suppress log warnings from test results (default=false)"
},
{
"type": "float",
"name": "CheckTestIntervalSeconds",
"description": "How long to wait between test updates (default=1sec)"
},
{
"type": "float",
"name": "GameInstanceLostTimerSeconds",
"description": "The maximum response wait time for detecting a lost game instance (default=300sec)"
},
{
"type": "TArray<FAutoma...",
"name": "Groups",
"description": "List of user-defined test groups"
},
{
"type": "TArray<FString...",
"name": "SuppressedLogCategories",
"description": "Log categories where warnings/errors will not affect the result of tests."
},
{
"type": "FString",
"name": "TelemetryDirectory",
"description": "Path to where telemetry files are saved (default=/Saved/Automation/Telemetry/)"
}
] |
By::Cursor | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to the one under the cursors current position
a locator which uses the cursor position to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Cursor() | [] |
By::Delegate | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that exposes the collection of SWidgets returned from the FLocateSlateWidgetElementDelegate as discovered elements
a locator which uses the specified delegate to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Delegate ( const [FLocateSlateWidgetElementDelegate](API\Developer\AutomationDriver\FLocateSlateWidgetElementDelegat-) & Value ) | [] |
By::Delegate | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that exposes the collection of FWidgetPaths returned from the FLocateSlateWidgetElementDelegate as discovered elements
a locator which uses the specified delegate to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Delegate ( const [FLocateSlateWidgetPathElementDelegate](API\Developer\AutomationDriver\FLocateSlateWidgetPathElementDel-) & Value ) | [] |
By::Id | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to ones with the specified Id
a locator which uses the specified Id to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id ( const [FString](API\Runtime\Core\Containers\FString) & Value ) | [] |
By::Id | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to ones with the specified Id
a locator which uses the specified Id to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id ( const [FName](API\Runtime\Core\UObject\FName) & Value ) | [] |
By::Id | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to ones with the specified Id
a locator which uses the specified Id to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id ( const TCHAR * Value ) | [] |
By::Id | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to ones with the specified Id
a locator which uses the specified Id to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id ( const char * Value ) | [] |
By::Id | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to ones with the specified Id, starting from the Root element given to the function
a locator which uses the specified Id to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id ( const [FDriverElementRef](API\Developer\AutomationDriver\FDriverElementRef) & Root, const [FString](API\Runtime\Core\Containers\FString) & Value ) | [] |
By::Id | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to ones with the specified Id, starting from the Root element given to the function
a locator which uses the specified Id to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id ( const [FDriverElementRef](API\Developer\AutomationDriver\FDriverElementRef) & Root, const [FName](API\Runtime\Core\UObject\FName) & Value ) | [] |
By::Id | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to ones with the specified Id, starting from the Root element given to the function
a locator which uses the specified Id to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id ( const [FDriverElementRef](API\Developer\AutomationDriver\FDriverElementRef) & Root, const TCHAR * Value ) | [] |
By::Id | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Creates a new element locator that limits its discovered elements to ones with the specified Id, starting from the Root element given to the function
a locator which uses the specified Id to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Id ( const [FDriverElementRef](API\Developer\AutomationDriver\FDriverElementRef) & Root, const char * Value ) | [] |
By::Path | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Reference the AutomationDriver.spec.cpp expectations for additional examples of the syntax in use
a locator which uses the specified path to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Path ( const [FString](API\Runtime\Core\Containers\FString) & Value ) | [] |
By::Path | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Reference the AutomationDriver.spec.cpp expectations for additional examples of the syntax in use
a locator which uses the specified path to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Path ( const [FName](API\Runtime\Core\UObject\FName) & Value ) | [] |
By::Path | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Reference the AutomationDriver.spec.cpp expectations for additional examples of the syntax in use
a locator which uses the specified path to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Path ( const TCHAR * Value ) | [] |
By::Path | /Engine/Source/Developer/AutomationDriver/Public/LocateBy.h | Reference the AutomationDriver.spec.cpp expectations for additional examples of the syntax in use
a locator which uses the specified path to discover appropriate elements | AutomationDriver | static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IElementLocator](API\Developer\AutomationDriver\IElementLocator), ESPMode::ThreadSafe > Path ( const char * Value ) | [] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.