Hello there.
I would like to control UE4 as much as possible from cpp files, and as little as possible from the user interface. To that end, I would like to create my first scene using cpp files only.
So I would like to know where exactly I should put a cpp file(s), and what it (they) should contain, so that when I open the project, I see a 1x1x1 red cube positioned at (0, 0, 0), with the camera positioned at (0, -1, 0) and looking in the direction (0, 1, 0).
Thank you. Have a nice day.