Hi I’m having link issues with a lambda function I’m trying to figure out.
Using lambdas like this is pretty new to me in C++ so I’m not entirely sure about all the syntax, but right now the compiler seems happy with my lambda and the problem seems to be linker related.
Has nothing to do with the lambda you need to add ContentBrowser to your PrivateDependencyModuleNames in your build.cs class.
If you use code not out of the core functionality of the engine you will always need to add the module to the plugin/game module build.cs, otherwise the compiler will fail with a linker error.
Hi, that makes no difference unfortunately.
I’m not sure if it’s necessary but I made sure to delete the Intermediate and Binaries folders and then re-generate the project files as well.