Navigation
API > API/Developer > API/Developer/FunctionalTesting > API/Developer/FunctionalTesting/UAutomationBlueprintFunctionLibr-
References
| Module | FunctionalTesting |
| Header | /Engine/Source/Developer/FunctionalTesting/Public/AutomationBlueprintFunctionLibrary.h |
| Include | #include "AutomationBlueprintFunctionLibrary.h" |
| Source | /Engine/Source/Developer/FunctionalTesting/Private/AutomationBlueprintFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Automation",
Meta=(AdvancedDisplay="ComparisonName, ComparisonTolerance, ComparisonNotes", HidePin="WorldContextObject", DefaultToSelf="WorldContextObject"))
static bool CompareImageAgainstReference
(
FString ImageFilePath,
FString ComparisonName,
EComparisonTolerance ComparisonTolerance,
FString ComparisonNotes,
UObject * WorldContextObject
)
Remarks
Request image comparison. True if comparison was successfully enqueued
Parameters
| Name | Description |
|---|---|
| ImageFilePath | Absolute path to the image location. All 8bit RGBA channels supported formats by the engine are accepted. |
| ComparisonName | Optional name for the comparison, by default the basename of ImageFilePath is used |