Navigation
API > API/Developer > API/Developer/FunctionalTesting
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
MapPackageToAutomationPath(const FString &)
Description
Return a dot-separated path prefix string representing the map that contains a test
| Name | MapPackageToAutomationPath |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include Path | #include "FunctionalTest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp |
FString MapPackageToAutomationPath
(
const FString & MapPackageName
)
MapPackageToAutomationPath(const FAssetData &)
Description
Return a dot-separated path prefix string representing the map that contains a test. If the map defines a "TestPathOverride" AR tag, it'll take its value instead of building the default prefix.
| Name | MapPackageToAutomationPath |
| Type | function |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include Path | #include "FunctionalTest.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/FunctionalTest.cpp |
FString MapPackageToAutomationPath
(
const FAssetData & MapAsset
)