The following line causes me a linker when trying to build my plugin on Windows with Visual Studio 15 but not when I build it using clang 3.8.1 under Linux.
auto noise = NewObject(material);
Any Ideas?
The following line causes me a linker when trying to build my plugin on Windows with Visual Studio 15 but not when I build it using clang 3.8.1 under Linux.
auto noise = NewObject(material);
Any Ideas?