Fixed radial menu input

This commit is contained in:
2026-05-25 23:13:25 +03:00
parent 2f88028b95
commit ce85ea1300
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"
});
}
}