asqbtcupid / unreal.lua

lua solution for UnrealEngine4
MIT License
300 stars 98 forks source link

vs2017 compile warning #22

Closed mirchd closed 4 years ago

mirchd commented 6 years ago

11>WARNING : warning : Plugin 'LuaPlugin' does not list plugin 'VarWatcher' as a dependency, but module 'LuaPluginRuntime' depends on 'VarWatcher'. 11>WARNING : warning : Plugin 'LuaPlugin' does not list plugin 'LuaDebugger' as a dependency, but module 'LuaCircularModules' depends on 'LuaDebugger'. 11>WARNING : warning : Plugin 'LuaDebugger' does not list plugin 'LuaPlugin' as a dependency, but module 'LuaDebugger' depends on 'LuaPluginRuntime'.

RootMotionMovementParams.lua.h(39): warning C4996: 'FRootMotionMovementParams::RootMotionTransform': RootMotionTransform should not be accessed directly, please use GetRootMotionTransform() to read it or one of the set/accumulate functions to modify it Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.