Hey guys,
somebody can help with these warning from VS 2017?
Code:
Severity Code Description Project File Line Suppression State Warning C4996 'FSlateApplication::SetInputPreProcessor': SetInputPreProcessor(...) is deprecated. Use RegisterInputPreProcessor(...) and/or UnregisterInputPreProcessor(...) / UnregisterAllInputPreProcessors(...) instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. GameModes F:\Unreal Engine 4\Project Aruna\MVP\ue4-repo\GameModes\Plugins\GamepadUMGPlugin\Source\GamepadUMGPlugin\Private\GameAnalogCursor.cpp 27 Severity Code Description Project File Line Suppression State Warning C4996 'FSlateApplication::SetInputPreProcessor': SetInputPreProcessor(...) is deprecated. Use RegisterInputPreProcessor(...) and/or UnregisterInputPreProcessor(...) / UnregisterAllInputPreProcessors(...) instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. GameModes F:\Unreal Engine 4\Project Aruna\MVP\ue4-repo\GameModes\Plugins\GamepadUMGPlugin\Source\GamepadUMGPlugin\Private\GameAnalogCursor.cpp 48
Comment