I have this error where the Tick doesn’t update. I tried restarting the editor still doesn’t help.
Here is a picture of where I am calling it
I also made sure to check I if have the PrimaryActorTick.bCanEverTick = true;
on the base class.
I have this error where the Tick doesn’t update. I tried restarting the editor still doesn’t help.
Here is a picture of where I am calling it
I also made sure to check I if have the PrimaryActorTick.bCanEverTick = true;
on the base class.
Is this a class you made in C++?
If so, don’t forget to call Tick on the parent class!
I did call tick in the parent class
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.