So I am following this tutorial, where we simply created Actor c++ class, and in his video the class was like this public: AActor, and in my version it was like this public UActorComponent
So there are differences
But my main question is why is my version getting “identifier “Root Component” is undefined” ?