Tick event not working? c++

For some reason my tick event isnt working? Is there somthing im missing here?

CPP

Header

21827-h.png

Hello,

Try this
PrimaryActorTick.bCanEverTick = true;

Best regards,

1 Like

Thanks , this worked perfectly.