Hi,
i got an error compile from Source UE4.6, with UE4.5 from Source and from Launcher the plugins works with an X52 but not with an MSForceWheel.
The Error:
D:\UE4\cglabUnrealEngine_4.6\Engine\Plugins\JoystickPlugin\Source\JoystickPlugin\Private\FJoystickPlugin.cpp(200): error C2664: 'bool FSlateApplication::OnControllerButtonPressed(EControllerButtons::Type,int32,bool)' : cannot convert argument 1 from 'int' to 'EControllerButtons::Type'
19> Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
Any Idea to solve this ?
tsky
Hi,
i got an error compile from Source UE4.6, with UE4.5 from Source and from Launcher the plugins works with an X52 but not with an MSForceWheel.
The Error:
D:\UE4\cglabUnrealEngine_4.6\Engine\Plugins\JoystickPlugin\Source\JoystickPlugin\Private\FJoystickPlugin.cpp(200): error C2664: 'bool FSlateApplication::OnControllerButtonPressed(EControllerButtons::Type,int32,bool)' : cannot convert argument 1 from 'int' to 'EControllerButtons::Type'
19> Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
Any Idea to solve this ?
tsky