Fixed radial menu input

This commit is contained in:
olehhapuk
2026-05-25 23:13:25 +03:00
parent ca3c81ada8
commit e4cc9ee66c
8 changed files with 131 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public class NakedDesire : ModuleRules
PublicDependencyModuleNames.AddRange(new string[]
{
"Core", "CoreUObject", "Engine", "InputCore", "EnhancedInput", "UMG", "CommonUI", "NavigationSystem",
"AIModule", "GameplayTags"
"AIModule", "GameplayTags", "Slate", "SlateCore"
});
}
}