I can't enable actor ticking

Hi! I don’t can enable AActor ticking…

In constructor i paste:
PrimaryActorTick.bCanEverTick = true;
PrimaryActorTick.bStartWithTickEnabled = true;

ACharacter nice ticking
Wtf? Please help… :\

Can you give some more information about your problem?

What actor class are you trying to enable ticking for? How do you know it’s not ticking?

I have the same problem and went a little bit more into detail. Maybe this helps.