Upgrade to UE 5.5

This commit is contained in:
Kevin Poretti 2025-02-11 21:40:59 -05:00
parent dcd0a283fe
commit 38feaaf4db

View File

@ -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<UWorld> World = TStrongObjectPtr(UWorld::CreateWorld(EWorldType::Game, false));