Ticking ERROR?

I followed the tutorial, but what worked for Ben, it didn’t work for me. Somehow the ticking did’t start. A tried everything, but nothing changed. I got no error message. I did everíthing good, i compiled, but nothing happend. Than I tried with the Position Report component, and I wrote a UE_LOG in the ticking part, but it also didn’t work. At last I wrote a UE_LOG line in the Begin Play part, and the ticking started working in both C++ components. I used that PrimaryComponentTick.bCanEverTick = true; line, but it didn’t work.
So the problem is: once it’s working, and then it’s not. Or inversely, it’ not working, and then it is.

Privacy & Terms