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));