In “Creating Child C++ Classes” we setup a child of BasePawn and declare and define the constructor. Coming from ios development, I’m used to manually calling the parent constructors, however we don’t do that here, and it appears to work fine.
Does unreal automatically call the parent constructor when in instantiates a Tank object? If so, how does it do that?