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
|
---|---|---|---|---|---|
UAssetToolsSettings | /Engine/Source/Developer/AssetTools/Public/AssetToolsSettings.h | AssetTools | class UAssetToolsSettings : public [UDeveloperSettings](API\Runtime\DeveloperSettings\Engine\UDeveloperSettings) | [
{
"type": "TArray<FAdvanc...",
"name": "AdvancedCopyCustomizations",
"description": "List of rules to use when advanced copying assets"
}
] |
|
FAudioPluginWidgetManager::BuildAudioCategory | /Engine/Source/Developer/AudioSettingsEditor/Public/TargetPlatformAudioCustomization.h | Builds out the audio category for a specific audio section for a platform settings page. | AudioSettingsEditor | void BuildAudioCategory ( [IDetailLayoutBuilder](API\Editor\PropertyEditor\IDetailLayoutBuilder) & DetailLayout, const [FString](API\Runtime\Core\Containers\FString) & PlatformName, const [UStruct](API\Runtime\CoreUObject\UObject\UStruct) * ClassOuterMost ) | [] |
FAudioPluginWidgetManager::MakeAudioPluginSelectorWidget | /Engine/Source/Developer/AudioSettingsEditor/Public/TargetPlatformAudioCustomization.h | Creates widget from a scan of loaded audio plugins for an individual plugin type. | AudioSettingsEditor | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > MakeAudioPluginSelectorWidget ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IPropertyHandle](API\Editor\PropertyEditor\IPropertyHandle) > & PropertyHandle, EAudioPlugin AudioPluginType, const [FString](API\Runtime\Core\Containers\FString) & PlatformName ) | [] |
FAudioPluginWidgetManager::FAudioPluginWidgetManager | /Engine/Source/Developer/AudioSettingsEditor/Public/TargetPlatformAudioCustomization.h | AudioSettingsEditor | FAudioPluginWidgetManager() | [] |
|
FAudioPluginWidgetManager::~FAudioPluginWidgetManager | /Engine/Source/Developer/AudioSettingsEditor/Public/TargetPlatformAudioCustomization.h | AudioSettingsEditor | ~FAudioPluginWidgetManager() | [] |
|
FAudioPluginWidgetManager | /Engine/Source/Developer/AudioSettingsEditor/Public/TargetPlatformAudioCustomization.h | AudioSettingsEditor | class FAudioPluginWidgetManager | [] |
|
AutomationFilterCollection | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | The automation filter collection - used for updating the automation report list | AutomationController | typedef [TFilterCollection](API\Runtime\Core\Misc\TFilterCollection)< const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > & > AutomationFilterCollection | [] |
EAutomationArtifactType | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | enum EAutomationArtifactType { None, Image, Comparison, } | [] |
|
EAutomationControllerModuleState::Type | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Enum to indicate the state of the workers in the automation controller. | AutomationController | namespace EAutomationControllerModuleState { enum Type { Ready, Running, Disabled, } } | [] |
EAutomationDeviceGroupTypes::ToDescription | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | AutomationController | namespace EAutomationDeviceGroupTypes { static [FText](API\Runtime\Core\Internationalization\FText) EAutomationDeviceGroupTypes::ToDescription ( const [Type](API\Developer\AutomationController\EAutomationDeviceGroupTypes__Typ-) DeviceGroupType ) } | [] |
|
EAutomationDeviceGroupTypes::ToName | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | AutomationController | namespace EAutomationDeviceGroupTypes { static [FText](API\Runtime\Core\Internationalization\FText) EAutomationDeviceGroupTypes::ToName ( const [Type](API\Developer\AutomationController\EAutomationDeviceGroupTypes__Typ-) DeviceGroupType ) } | [] |
|
EAutomationDeviceGroupTypes::Type | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | AutomationController | namespace EAutomationDeviceGroupTypes { enum Type { MachineName, Platform, OSVersion, Model, GPU, CPUModel, RamInGB, RenderMode, Max, } } | [] |
|
EComparisonFileTypes | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | enum EComparisonFileTypes { Unapproved, Approved, Difference, } | [] |
|
EFileExportType::IsSet | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Check if a flag is set
True if the flag is set | AutomationController | namespace EFileExportType { static bool EFileExportType::IsSet ( const uint32 & InMask, const [EFileExportType::Type](API\Developer\AutomationController\EFileExportType__Type) InFlag ) } | [] |
EFileExportType::RemoveFlag | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Remove a flag | AutomationController | namespace EFileExportType { static void EFileExportType::RemoveFlag ( uint32 & InMask, const [EFileExportType::Type](API\Developer\AutomationController\EFileExportType__Type) InFlag ) } | [] |
EFileExportType::SetFlag | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Set a flag | AutomationController | namespace EFileExportType { static void EFileExportType::SetFlag ( uint32 & InMask, const [EFileExportType::Type](API\Developer\AutomationController\EFileExportType__Type) InFlag ) } | [] |
EFileExportType::Type | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Enum used to set which reports to export | AutomationController | namespace EFileExportType { enum Type { FET_Status = 0x00000001, FET_Warnings = 0x00000002, FET_Errors = 0x00000004, FET_Logs = 0x00000008, FET_All = 0x00000010, } } | [] |
FAutomatedTestFilter::FAutomatedTestFilter | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h | AutomationController | FAutomatedTestFilter() | [] |
|
FAutomatedTestFilter::FAutomatedTestFilter | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h | AutomationController | FAutomatedTestFilter ( [FString](API\Runtime\Core\Containers\FString) InContains, bool InMatchFromStart, bool InMatchFromEnd ) | [] |
|
FAutomatedTestFilter | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h | Describes a filter for a test group. | AutomationController | struct FAutomatedTestFilter | [
{
"type": "FString",
"name": "Contains",
"description": "String that the test must contain"
},
{
"type": "bool",
"name": "MatchFromEnd",
"description": "If true start matching from the end of the string, else anywhere"
},
{
"type": "bool",
"name": "MatchFromStart",
"description": "If true start matching from the start of the string, else anywhere"
}
] |
FAutomatedTestGroup | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h | Describes a group of tests. Each group has a name and a set of filters that determine group membership | AutomationController | struct FAutomatedTestGroup | [
{
"type": "TArray<FAutoma...",
"name": "Filters",
"description": ""
},
{
"type": "FString",
"name": "Name",
"description": ""
}
] |
FAutomationArtifact::FAutomationArtifact | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | FAutomationArtifact() | [] |
|
FAutomationArtifact::FAutomationArtifact | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | FAutomationArtifact ( [FGuid](API\Runtime\Core\Misc\FGuid) InUniqueId, const [FString](API\Runtime\Core\Containers\FString) & InName, [EAutomationArtifactType](API\Developer\AutomationController\EAutomationArtifactType) InType, const [TMap](API\Runtime\Core\Containers\TMap)< [EComparisonFileTypes](API\Developer\AutomationController\EComparisonFileTypes), [FString](API\Runtime\Core\Containers\FString) > & InLocalFiles ) | [] |
|
FAutomationArtifact | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | struct FAutomationArtifact | [
{
"type": "TMap<EComparis...",
"name": "Files",
"description": ""
},
{
"type": "FGuid",
"name": "Id",
"description": ""
},
{
"type": "TMap<EComparis...",
"name": "LocalFiles",
"description": "Local Files are the files generated during a testing run, once exported, the individual file paths should be stored in the Files map."
},
{
"type": "FString",
"name": "Name",
"description": ""
},
{
"type": "EAutomationArti...",
"name": "Type",
"description": ""
}
] |
|
FAutomationCompleteState::FAutomationCompleteState | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | FAutomationCompleteState() | [] |
|
FAutomationCompleteState | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Intermediate structure for calculating how complete a automation test is | AutomationController | struct FAutomationCompleteState | [
{
"type": "uint32",
"name": "NumDisabledTestsCouldntBeRun",
"description": ""
},
{
"type": "uint32",
"name": "NumDisabledTestsFailed",
"description": ""
},
{
"type": "uint32",
"name": "NumDisabledTestsPassed",
"description": "Stats for disabled tests"
},
{
"type": "uint32",
"name": "NumDisabledTestsWarnings",
"description": ""
},
{
"type": "uint32",
"name": "NumEnabledInProcess",
"description": ""
},
{
"type": "uint32",
"name": "NumEnabledTestsCouldntBeRun",
"description": ""
},
{
"type": "uint32",
"name": "NumEnabledTestsFailed",
"description": ""
},
{
"type": "uint32",
"name": "NumEnabledTestsPassed",
"description": "Stats for enabled tests."
},
{
"type": "uint32",
"name": "NumEnabledTestsWarnings",
"description": ""
},
{
"type": "uint32",
"name": "TotalEnabled",
"description": ""
}
] |
FAutomationFilter::OnChanged | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | AutomationController | virtual FChangedEvent & OnChanged() | [] |
|
FAutomationFilter::OnlyShowSmokeTests | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | ShouldShowWarnings | AutomationController | const bool OnlyShowSmokeTests() const | [] |
FAutomationFilter::PassesFilter | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | Returns whether the specified Item passes the Filter's restrictions | AutomationController | virtual bool PassesFilter ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > & InItem ) const | [] |
FAutomationFilter::SetOnlyShowSmokeTests | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | Set if we should only show smoke tests. | AutomationController | void SetOnlyShowSmokeTests ( const bool InOnlySmokeTests ) | [] |
FAutomationFilter::SetShowErrors | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | ShouldShowErrors | AutomationController | void SetShowErrors ( const bool InShowErrors ) | [] |
FAutomationFilter::SetShowOnlyExcludedTests | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | Set if we should only show excluded tests. | AutomationController | void SetShowOnlyExcludedTests ( const bool InOnlyExcludedTests ) | [] |
FAutomationFilter::SetShowWarnings | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | ShouldShowWarnings | AutomationController | void SetShowWarnings ( const bool InShowWarnings ) | [] |
FAutomationFilter::ShouldShowErrors | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | ShouldShowWarnings | AutomationController | const bool ShouldShowErrors() const | [] |
FAutomationFilter::ShouldShowOnlyExcludedTests | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | ShouldShowWarnings | AutomationController | const bool ShouldShowOnlyExcludedTests() const | [] |
FAutomationFilter::ShouldShowWarnings | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | SetShowWarnings | AutomationController | const bool ShouldShowWarnings() const | [] |
FAutomationFilter::FAutomationFilter | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | Default constructor. | AutomationController | FAutomationFilter() | [] |
FAutomationFilter | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h | AutomationController | class FAutomationFilter : public [IFilter< const TSharedPtr< class IAutomationReport > & >](API\Runtime\Core\Misc\IFilter) | [] |
|
FAutomationGroupFilter::OnChanged | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h | AutomationController | virtual FChangedEvent & OnChanged() | [] |
|
FAutomationGroupFilter::PassesFilter | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h | Returns whether the specified Item passes the Filter's restrictions | AutomationController | virtual bool PassesFilter ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > & InItem ) const | [] |
FAutomationGroupFilter::SetFilters | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h | SetMatchFromEndArray | AutomationController | void SetFilters ( const [TArray](API\Runtime\Core\Containers\TArray)< [FAutomatedTestFilter](API\Developer\AutomationController\FAutomatedTestFilter) > InFilters ) | [] |
FAutomationGroupFilter::FAutomationGroupFilter | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h | Default constructor. | AutomationController | FAutomationGroupFilter() | [] |
FAutomationGroupFilter::FAutomationGroupFilter | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h | Default constructor with array param. | AutomationController | FAutomationGroupFilter ( const [TArray](API\Runtime\Core\Containers\TArray)< [FAutomatedTestFilter](API\Developer\AutomationController\FAutomatedTestFilter) > InFilters ) | [] |
FAutomationGroupFilter::FAutomationGroupFilter | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h | Default constructor, group with single elements. | AutomationController | FAutomationGroupFilter ( const [FAutomatedTestFilter](API\Developer\AutomationController\FAutomatedTestFilter) InFilter ) | [] |
FAutomationTestResults::AddEvent | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | void AddEvent ( const [FAutomationExecutionEntry](API\Runtime\Core\Misc\FAutomationExecutionEntry) & Event ) | [] |
|
FAutomationGroupFilter | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h | AutomationController | class FAutomationGroupFilter : public [IFilter< const TSharedPtr< class IAutomationReport > & >](API\Runtime\Core\Misc\IFilter) | [] |
|
FAutomationTestResults::GetEntries | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | const [TArray](API\Runtime\Core\Containers\TArray)< [FAutomationExecutionEntry](API\Runtime\Core\Misc\FAutomationExecutionEntry) > & GetEntries() const | [] |
|
FAutomationTestResults::GetErrorTotal | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | int32 GetErrorTotal() const | [] |
|
FAutomationTestResults::GetLogTotal | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | int32 GetLogTotal() const | [] |
|
FAutomationTestResults::GetWarningTotal | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | int32 GetWarningTotal() const | [] |
|
FAutomationTestResults::Reset | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | void Reset() | [] |
|
FAutomationTestResults::SetEvents | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | AutomationController | void SetEvents ( const [TArray](API\Runtime\Core\Containers\TArray)< [FAutomationExecutionEntry](API\Runtime\Core\Misc\FAutomationExecutionEntry) > & InEvents, int32 InWarningTotal, int32 InErrorTotal ) | [] |
|
FAutomationTestResults::FAutomationTestResults | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | Default Constructor | AutomationController | FAutomationTestResults() | [] |
FAutomationTestResults | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h | A struct to maintain a collection of data which was reported as part of an automation test result. | AutomationController | struct FAutomationTestResults | [
{
"type": "TArray<FAutoma...",
"name": "Artifacts",
"description": "Artifacts generated during the run of the test."
},
{
"type": "float",
"name": "Duration",
"description": "The time this test took to complete"
},
{
"type": "FString",
"name": "GameInstance",
"description": "The name of the instance which reported these results"
},
{
"type": "EAutomationStat...",
"name": "State",
"description": "The current state of this test"
}
] |
FOnAutomationControllerManagerShutdown | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Delegate to call when the automation controller is shutdown. | AutomationController | typedef TMulticastDelegate_NoParams< void > FOnAutomationControllerManagerShutdown | [] |
FOnAutomationControllerManagerTestsAvailable | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Delegate for setting the automation controller status in the UI | AutomationController | typedef TMulticastDelegate_OneParam< void, [EAutomationControllerModuleState::Type](API\Developer\AutomationController\EAutomationControllerModuleState-) > FOnAutomationControllerManagerTestsAvailable | [] |
FOnAutomationControllerReset | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Console command delegate type (takes no arguments.) This is a void callback function. | AutomationController | typedef TMulticastDelegate_NoParams< void > FOnAutomationControllerReset | [] |
FOnAutomationControllerTestsComplete | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Delegate to call when the tests are complete. | AutomationController | typedef TMulticastDelegate_NoParams< void > FOnAutomationControllerTestsComplete | [] |
FOnAutomationControllerTestsRefreshed | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Console command delegate type (takes no arguments.) This is a void callback function. | AutomationController | typedef TMulticastDelegate_NoParams< void > FOnAutomationControllerTestsRefreshed | [] |
IAutomationControllerManager::CheckTestResultsAvailable | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Check if the automation tests have completed.
true if the tests are available. | AutomationController | const bool CheckTestResultsAvailable() const | [] |
IAutomationControllerManager::ClearAutomationReports | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Remove results from the automation controller module. | AutomationController | void ClearAutomationReports() | [] |
IAutomationControllerManager::ExportReport | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Generate an automation report. | AutomationController | const bool ExportReport ( uint32 FileExportTypeMask ) | [] |
IAutomationControllerManager::GetClusterGroupName | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Get the group name of the specified cluster. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetClusterGroupName ( const int32 ClusterIndex ) const | [] |
IAutomationControllerManager::GetDeviceName | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Get a device name. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetDeviceName ( const int32 ClusterIndex, const int32 DeviceIndex ) const | [] |
IAutomationControllerManager::GetDeviceTypeName | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Get name of a particular device cluster. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetDeviceTypeName ( const int32 ClusterIndex ) const | [] |
IAutomationControllerManager::GetEnabledReports | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gives the array of enabled test results to the UI. | AutomationController | [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > > GetEnabledReports() | [] |
IAutomationControllerManager::GetEnabledTestNames | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.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 ) const | [] |
IAutomationControllerManager::GetEnabledTestsNum | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Returns number of tests that will be run. | AutomationController | int32 GetEnabledTestsNum() const | [] |
IAutomationControllerManager::GetFilteredReports | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gives the array of filtered test results to the UI. | AutomationController | [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > > & GetFilteredReports() | [] |
IAutomationControllerManager::GetFilteredTestNames | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.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 ) const | [] |
IAutomationControllerManager::GetGameInstanceName | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Get a game instance name. | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetGameInstanceName ( const int32 ClusterIndex, const int32 DeviceIndex ) const | [] |
IAutomationControllerManager::GetNumDeviceClusters | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Get num devices types. | AutomationController | int32 GetNumDeviceClusters() const | [] |
IAutomationControllerManager::GetNumDevicesInCluster | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Get num devices in specified cluster. | AutomationController | int32 GetNumDevicesInCluster ( const int32 ClusterIndex ) const | [] |
IAutomationControllerManager::GetNumPasses | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Get the number of test passes.
Number of passes. | AutomationController | int32 GetNumPasses() | [] |
IAutomationControllerManager::GetReportOutputPath | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | AutomationController | [FString](API\Runtime\Core\Containers\FString) GetReportOutputPath() const | [] |
|
IAutomationControllerManager::GetReports | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gives the array of filtered test results to the UI. | AutomationController | [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IAutomationReport](API\Developer\AutomationController\IAutomationReport) > > & GetReports() | [] |
IAutomationControllerManager::GetTestState | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gets the controller's current test state.
The test state. | AutomationController | [EAutomationControllerModuleState::Type](API\Developer\AutomationController\EAutomationControllerModuleState-) GetTestState() const | [] |
IAutomationControllerManager::Init | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Initializes the automation controller. | AutomationController | void Init() | [] |
IAutomationControllerManager::IsDeveloperDirectoryIncluded | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Returns whether the automation tests should include developer content directories. | AutomationController | bool IsDeveloperDirectoryIncluded() const | [] |
IAutomationControllerManager::IsDeviceGroupFlagSet | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Checks if a device group flag is set. | AutomationController | bool IsDeviceGroupFlagSet ( [EAutomationDeviceGroupTypes::Type](API\Developer\AutomationController\EAutomationDeviceGroupTypes__Typ-) InDeviceGroup ) const | [] |
IAutomationControllerManager::IsReadyForTests | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Return true when the manager is ready and capable of executing tests. if RunTests is called earlier it may block until internally these conditions are met | AutomationController | bool IsReadyForTests() | [] |
IAutomationControllerManager::IsSendAnalytics | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Returns if analytics should be sent | AutomationController | bool IsSendAnalytics() const | [] |
IAutomationControllerManager::IsTestRunnable | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Check that the test we are looking to run is runnable.
true if the test can be run, false if not. | AutomationController | bool IsTestRunnable ( [IAutomationReportPtr](API\Developer\AutomationController\IAutomationReportPtr) InReport ) const | [] |
IAutomationControllerManager::KeepPIEOpen | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Returns if PIE should be kept open when test pass end | AutomationController | bool KeepPIEOpen() const | [] |
IAutomationControllerManager::OnControllerReset | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gets a delegate that is invoked when the controller's reset.
The delegate. | AutomationController | [FOnAutomationControllerReset](API\Developer\AutomationController\FOnAutomationControllerReset) & OnControllerReset() | [] |
IAutomationControllerManager::OnShutdown | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gets the multicast delegate that is invoked when the controller manager shuts down.
The delegate. | AutomationController | [FOnAutomationControllerManagerShutdown](API\Developer\AutomationController\FOnAutomationControllerManagerSh-) & OnShutdown() | [] |
IAutomationControllerManager::OnTestsAvailable | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gets the multicast delegate that is invoked when the controller has tests available.
The delegate. | AutomationController | [FOnAutomationControllerManagerTestsAvailable](API\Developer\AutomationController\FOnAutomationControllerManagerTe-) & OnTestsAvailable() | [] |
IAutomationControllerManager::OnTestsComplete | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gets the test complete multicast delegate. | AutomationController | [FOnAutomationControllerTestsComplete](API\Developer\AutomationController\FOnAutomationControllerTestsComp-) & OnTestsComplete() | [] |
IAutomationControllerManager::OnTestsRefreshed | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Gets the multicast delegate that is invoked when the controller's test status changes.
The delegate. | AutomationController | [FOnAutomationControllerTestsRefreshed](API\Developer\AutomationController\FOnAutomationControllerTestsRefr-) & OnTestsRefreshed() | [] |
IAutomationControllerManager::RemoveCallbacks | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Removes all callbacks. | AutomationController | void RemoveCallbacks() | [] |
IAutomationControllerManager::ReportsHaveErrors | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Check if the automation tests results have errors.
true if the tests have errors. | AutomationController | const bool ReportsHaveErrors() const | [] |
IAutomationControllerManager::ReportsHaveLogs | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Check if the automation tests results have logs.
true if the tests have logs. | AutomationController | const bool ReportsHaveLogs() const | [] |
IAutomationControllerManager::ReportsHaveWarnings | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Check if the automation tests results have warnings.
true if the tests have warnings. | AutomationController | const bool ReportsHaveWarnings() const | [] |
IAutomationControllerManager::RequestAvailableWorkers | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Broadcast a request for workers to ping if they are available. | AutomationController | void RequestAvailableWorkers ( const [FGuid](API\Runtime\Core\Misc\FGuid) & InSessionId ) | [] |
IAutomationControllerManager::RequestLoadAsset | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Request an asset to be loaded in the editor. | AutomationController | void RequestLoadAsset ( const [FString](API\Runtime\Core\Containers\FString) & InAssetName ) | [] |
IAutomationControllerManager::RequestTests | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Send request for tests that are available to run. | AutomationController | void RequestTests() | [] |
IAutomationControllerManager::ResetAutomationTestTimeout | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | AutomationController | void ResetAutomationTestTimeout ( const TCHAR * Reason ) | [] |
|
IAutomationControllerManager::RunTests | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Resets all enabled tests to be able to run during Tick by local/remote machines. | AutomationController | void RunTests ( const bool bIsLocalSession ) | [] |
IAutomationControllerManager::SetDeveloperDirectoryIncluded | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Sets whether the automation tests should include developer content directories. | AutomationController | void SetDeveloperDirectoryIncluded ( const bool bInDeveloperDirectoryIncluded ) | [] |
IAutomationControllerManager::SetEnabledTests | /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h | Sets any tests that match a name in the enabled tests array. | AutomationController | void SetEnabledTests ( const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & EnabledTests ) | [] |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.