Home Forums Software Development Unreal Engine 4 release issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4794

    I am currently building a demo with the TobiiEyeX with the UE4 4.10 plugin. The plugin works fine in the editor but when I take a build it doesn’t seem to be working . Has anyone else encountered this issue , if yes is there a solution for this.

    #4802

    The Issue seems to be with the dll and lib files not getting copied to the final build directories. They need to maintain the same folder structure from the plugins directory.

    #4804

    To make unreal engine copy the dll over to your build. Add this line to the TobiiEyeX plugins build.cs

    RuntimeDependencies.Add(new RuntimeDependency(“$(ProjectDir)/Plugins/TobiiEyeX/ThirdParty/EyeX/lib/x64/Tobii.EyeX.Client.dll”));

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.