I’m working on a plugin with the source in the game’s plugin folder. I’ve created a project using the Blank project template from the 4.4 Release. I then used the editor to create a VS project for me. I copied my plugin into the Plugins folder and everything compiles fine.
So I have one question. When I compile it using the DebugGame Editor configuration, is the plugin source code being compiled with optimization turned on or off?
Is it suppose to use the configuration for the game folder (optimization off ) or the editor (optimization on)? I’m asking because I think it is using the editor configuration, which is making debugging more difficult for me.