Quickstart programmer tutorial - doesnt match generated code

Hi,

I’ve been trying to follow the quick start tutorial for programmers, and after creating a new actor class, find that the actor class cpp and .h files aren’t populated with any code under the GENERATED_BODY statement - so , for example, no tick class, or BeginPlay code etc. Zilch.

any ideas whats going wrong? or is the tutorial wrong (its the latest one)

Hello,

Please make sure that you’ve added the class correctly from the editor (especially that the compilation was successfull).

In addition, if the class has added correctly, you can copy the code from the tutorial manually.

This should do it!

Hope this helped! Good luck!