Is it possible to call a managed .NET dll from UE4 C++ project?

I had the same problem when calling method from another dll. One workaround is putting dll files into the same folder as the Unreal Engine binary folder.

Found the workaround from here.