Closed Firefly35 closed 7 years ago
Unreal does that automatically: Add the plugin to your project and it will be built when you compile your project.
If you want to build the included OpenCV library from source, please see the build instructions for modified OpenCV.
Thanks a lot, I thought that once built, Unreal used the resulting plugin's binary using the plugin API. I'm new to Unreal plugin development, sorry for the disturbance.
Thanks a lot, I thought that once built, Unreal used the resulting plugin's binary using the plugin API.
I think it does indeed do that. Since the binaries are included with the plugin, maybe it will not even rebuild. But if you make some changes to the plugin source, Unreal will rebuild with your next project compilation.
Could you please provide inputs to build the plugin ?
I didn't find any information on the build process in the repository.
Thanks