Hi All
I created the “Mover” Component in the video C++ Actor Component and added it to a couple of Actors in the scene.
I added the print statement to Tick and it worked just fine.
However, when I close and re-open the project, the following happens:
*The Mover component disappears from any Actors I have attached it to. I have to re-add the component. Once re-added it works, however if I close and re-open the project Mover disappears from the Actors again.
- Mover is not visible from my C++ Classes folder in the content browser until I press compile in the editor.
Is anyone experiencing a similar issue?
Thank you