Unreal Engine C++ Tutorial: Plugins - YouTube
I have followed this tutorial and everything works up until the very last (and most important) step. When I add the plug-in to another project, the plugin is registered and is there with all its folders and it shows in the plug-in list as expected, but the Actor C++ file is not present.
In the project in which the plugin was created, the Actor Class remains present after closing and reopening the project, but it disappears upon transfer to another project file, which kind of defeats the whole point of the plug in.
Does anyone have any thoughts or suggestions on what the problem might be? I have tried a number of different solutions, but nothing has worked. The tutorial is pretty easy to follow. Do you have the same issue? I have successfully packaged the plugin too, but the C++ Actor does not appear in the C++ files. All the appropriate boxes are checked for the plugin to appear too.
Any and all suggestions appreciated.