From 38feaaf4db0d35a1aa88c8f284810b449d1c016f Mon Sep 17 00:00:00 2001 From: Kevin Poretti Date: Tue, 11 Feb 2025 21:40:59 -0500 Subject: [PATCH] Upgrade to UE 5.5 --- Source/UnrealFightingFramework/Tests/InputBufferTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/UnrealFightingFramework/Tests/InputBufferTests.cpp b/Source/UnrealFightingFramework/Tests/InputBufferTests.cpp index 95ccea7..a400d88 100644 --- a/Source/UnrealFightingFramework/Tests/InputBufferTests.cpp +++ b/Source/UnrealFightingFramework/Tests/InputBufferTests.cpp @@ -10,7 +10,7 @@ #if WITH_DEV_AUTOMATION_TESTS IMPLEMENT_SIMPLE_AUTOMATION_TEST(FInputBufferTest, "FightingFramework.Input.InputBuffer", - EAutomationTestFlags::ApplicationContextMask | EAutomationTestFlags::ProductFilter) + EAutomationTestFlags_ApplicationContextMask | EAutomationTestFlags::ProductFilter) bool FInputBufferTest::RunTest(const FString& Parameters) { TStrongObjectPtr World = TStrongObjectPtr(UWorld::CreateWorld(EWorldType::Game, false));