// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "AutomationDriverTypeDefs.h" class IElementLocator; class FSlateWidgetLocatorByPathFactory { public: static TSharedRef Create( const FString& Path); static TSharedRef Create( const FDriverElementPtr& Root, const FString& Path); };