Remove this from the constructor:
this->SetComponentTickEnabled(true);
And add this:
PrimaryComponentTick.bCanEverTick = true;
PrimaryComponentTick.bStartWithTickEnabled = true;
Remove this from the constructor:
this->SetComponentTickEnabled(true);
And add this:
PrimaryComponentTick.bCanEverTick = true;
PrimaryComponentTick.bStartWithTickEnabled = true;