What is the rationale behind the classes creation order

I don’t understand the rationale behind the creation of BP_PawnTank as class derived from PawnBase and then create PawnTank and then change the parent of BP_PawnTank to PawnTank.
It would have been much more linear to create PawnBase, then PawnTank and finally BP_PawnTank as Blueprint class based on PawnTank.

I agree. However, this way it does teach you how to change the parent class of a blueprint.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms