Hi ,
So regarding this file, I tried to create it myself but the UE is complaining about the fact that it cannot find a .cpp file. After adding an empty .cpp file, it started complaining about some unresolved external symbol, which I know is related to how I format the .cpp file and .h files.
I believe I am unnecessarily complicating my life with this by trying to make it properly.
What I am trying to ask is if this header file is just something you created in the source folder or there is a proper way of creating it through the editor?
Also I see you reference a generated.h file, which I assume gets created when you define the class and so on (or rebuild the project files if they are missing). Can I always create a .h file which includes a generated.h file? even without generating it through the editor?
Thanks so much for this tutorial! It’s being uber helpful