This version won’t bulid past 4.15. in the GamepadUMGPlugin.Build.cs you can’t have public GamepadUMGPlugin(TargetInfo Target). You have to change it with public GamepadUMGPlugin(ReadOnlyTargetRules Target) : base(Target)
This version won’t bulid past 4.15. in the GamepadUMGPlugin.Build.cs you can’t have public GamepadUMGPlugin(TargetInfo Target). You have to change it with public GamepadUMGPlugin(ReadOnlyTargetRules Target) : base(Target)