Path to dependent dlls in plugin

Delay-loaded DLLs can be specified from a build.cs file using a declaration like this: 

PublicDelayLoadDLLs.Add("foo.dll")
or
PublicIncludePaths.Add()

Perhaps you can add it with the PublicDelayLoadDLLs path array (it might take relevant paths)

This thread also tackles your problem

1 Like