Plugin

Plugin Updated for 4.1 with small code consistency and comment changes and a new readme.
Download V0.5.1

If you want to recompile the earlier 0.5 in your project instead follow these guidelines from epic:

[]

  • Upgrading C++ code projects
  • You’ll need to recompile the C++ project for the new version of Unreal Engine
  • Locate the .uproject file in your game’s folder, and right click on it. (on Mac, you can also Command + Click)
  • Select Switch Unreal Engine Version -> 4.1 (on Mac, is in a Services menu)
  • Right click to generate new C++ project files, then recompile your game normally.
  • Note: Some C++ APIs may have changed between versions, which can cause compile errors. Read the API Changes section for more information.
    [/]