diff --git a/features/fixtures/generic/Source/TestFixture/MainWidgetBase.cpp b/features/fixtures/generic/Source/TestFixture/MainWidgetBase.cpp index 703ac4ab..3c4a0c6e 100644 --- a/features/fixtures/generic/Source/TestFixture/MainWidgetBase.cpp +++ b/features/fixtures/generic/Source/TestFixture/MainWidgetBase.cpp @@ -71,6 +71,7 @@ FString UMainWidgetBase::LoadMazeRunnerUrl() // A temporary name as I can't get the test fixture to open locally to change the button call void UMainWidgetBase::ExecuteMazeRunnerCommand() { + UE_LOG(LogTestFixture, Display, TEXT("ExecuteMazeRunnerCommand: Running")); RunMazeRunnerCommand(LoadMazeRunnerUrl()); }