One of the most frustrating things about Unreal Engine is starting up an empty project where you need to set up and connect all the scaffolding. Especially if you are trying to work it out in C++. There are web sites out there that help to quickly set up, but I created this repo so that I can keep it handy each time.
I have been adding things to it like how to load widgets in C++, spawning actors, properly keeping actor references, etc. It is a work in progress thig and I will be expanding on it and would love to have your guy’s input as to what direction to take this to. In principle, i try to add things that are more commonly asked and I see that people struggle with most. I also try to keep the repo up to date with the latest versions.
Please check out the tags too as I add them in places I think are important milestones.
Suggestions welcome!
I hope someone finds this helpful