Navigation
| Name | FunctionalTesting |
| Type | Developer |
| Location | /Engine/Source/Developer/FunctionalTesting/ |
| Module Build Rules | FunctionalTesting.Build.cs |
Classes
Structs
| Name | Remarks |
|---|---|
| FAITestSpawnInfo | FAITestSpawnInfo |
| FAITestSpawnInfoBase | FAITestSpawnInfoBase |
| FAITestSpawnSet | FAITestSpawnSet |
| FAITestSpawnSetBase | FAITestSpawnSetBase |
| FAutomationScreenshotOptions | |
| FAutomationWaitForLoadingOptions | |
| FComparisonToleranceAmount | |
| FFunctionalTestInfo | Registration information for an individual test |
| FPendingDelayedSpawn | FPendingDelayedSpawn |
| FPerfStatsRecord | A set of simple perf stats recorded over a period of frames. |
| FStatsData | |
| FTraceChannelTestBatchOptions | |
| FTraceQueryTestNames | |
| FTraceQueryTestResultsInner | |
| FTraceQueryTestResultsInnerMost |
Interfaces
| Name | Remarks |
|---|---|
| IFunctionalTestingModule |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFunctionalTestDoneSignature | TBaseDelegate_OneParam< void, class AFunctionalTest * > | FunctionalTest.h |
Enums
Public
| Name | Remarks |
|---|---|
| EComparisonMethod | |
| EComparisonTolerance | |
| EFunctionalTestLogHandling | |
| EFunctionalTestResult | |
| EWidgetTestAppearLocation |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| STATCAT_Advanced | FunctionalTest.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DEFINE_EXPORTED_LATENT_AUTOMATION_COMMAND
(
FUNCTIONALTESTING_API, |
FunctionalTestingHelper.h | ||
DEFINE_EXPORTED_LATENT_AUTOMATION_COMMAND
(
FUNCTIONALTESTING_API, |
Trigger all functional tests on map | FunctionalTestingHelper.h | |
DEFINE_EXPORTED_LATENT_AUTOMATION_COMMAND
(
FUNCTIONALTESTING_API, |
Start all functional tests on map and wait for them to finish | FunctionalTestingHelper.h | |
DEFINE_EXPORTED_LATENT_AUTOMATION_COMMAND_ONE_PARAMETER
(
FUNCTIONALTESTING_API, |
Trigger specific functional test on map | FunctionalTestingHelper.h | |
DEFINE_EXPORTED_LATENT_AUTOMATION_COMMAND_ONE_PARAMETER
(
FUNCTIONALTESTING_API, |
Start specific functional test on map and wait for it to finish | FunctionalTestingHelper.h | |
DEFINE_LOG_CATEGORY_STATIC
(
LogScreenshotFunctionalTest, |
ScreenshotFunctionalTestBase.h | ||
FString LexToString
(
const EFunctionalTestResult TestResult |
Return a readable string of the provided EFunctionalTestResult enum | FunctionalTest.h | |
FString MapPackageToAutomationPath
(
const FString& MapPackageName |
Return a dot-separated path prefix string representing the map that contains a test | FunctionalTest.h | |
FString MapPackageToAutomationPath
(
const FAssetData& MapAsset |
Return a dot-separated path prefix string representing the map that contains a test. | FunctionalTest.h |