You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I will look at this later today. I still didn't update to 4.6 :)
If its only a problem of casting the value, it should be solved
quickly.
regards,
Michael
On 14.11.2014 12:13, tsky wrote:
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
—
Reply to this email directly or view
it on GitHub.
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
The text was updated successfully, but these errors were encountered: