What happened with UStaticMeshCompounent class


CPP:

Header file:

1 Like

In the header file you have a typo. Your header file reads “Compounent” when it should say Component. So at the top with the “class UProjectileMovementComponent” and then all the places under the public: section should be changed from “UProjectileMovementCompounent” to “UProjectileMovementComponent”

2 Likes

thank you , it is a silly mistake made by me

1 Like

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

Privacy & Terms