Hey, sorry if this might’ve been asked before but is there any documentation on how to do construction script stuff in c++?
I’m new to coding and tutorials seem to be lacking, don’t really want to bother with blueprints
Hey, sorry if this might’ve been asked before but is there any documentation on how to do construction script stuff in c++?
I’m new to coding and tutorials seem to be lacking, don’t really want to bother with blueprints
Hi,
so, there arent many official tutorials from UE4 (C++), but there are a fews (Programming with C++ | Unreal Engine Documentation). To learn more you need learn how read documentation of C++ API (I know for beginners its difficult).
There are a book (https://www.amazon.com/Learning-C-Creating-Games-UE4/dp/1784396575/ref=pd_bxgy_14_img_3?ie=UTF8&refRID=0CQS8NJ7DY4WSNYZ7T1E) its amazing. Or you can learn from YT channels like Harrison McGuire or Coder PT(is a portuguese guy). And Yes this is why some people prefer Unity, UE4 c++ documentation is poor. Good learning.