Navigation
API > API/Developer > API/Developer/ScreenShotComparisonTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UScreenShotComparisonSettings
References
| Module | ScreenShotComparisonTools |
| Header | /Engine/Source/Developer/ScreenShotComparisonTools/Public/ScreenShotComparisonSettings.h |
| Include | #include "ScreenShotComparisonSettings.h" |
Syntax
class UScreenShotComparisonSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseConfidentialPlatformPathsForSavedResults | If true, any checked-in test results for confidential platforms will be put under |
|
| TArray< FScreenshotFallbackEntry > | ScreenshotFallbackPlatforms | An array of entries that describe other platforms we can use for fallbacks when comparing screenshots |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UScreenShotComparisonSettings
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UScreenShotComparisonSettings * | Creates class instance | ||
| const TSet< FScreenshotFallbackEntry > & | |||
| const FString & | Returns platform name reference. | ||
| void | LoadSettings () |
Loads settings of corresponding config. | |
| void | SetPlatform
(
const FString& PlatformName |
Sets platform and reloads settings. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | Overrides config hierarchy platform to be used in UObject internals |