Wiki Code Tutorials

Simple and Fast Way to Link External C .lib and .dll files that will package with the game

Dear Community,

In wiki I show you an utterly simple and fast way to get your external .lib working in UE4, satisfying the following three requirements.

a. The external lib functions can be called in a WITH_EDITOR build, when run from commandline.

b. The lib functions can be called from within the Editor in PIE, and the editor will actually load properly.

c. The external lib functions will work in a packaged game!!!

Wiki Link

:slight_smile: