[4.11] Tick event of actors doesn't fire anymore

I had the problem too. There is this in the release notes: “Disabled ticking by default for ACameraActor as there is no work to be done per-tick (subclasses can still set it)”

You just have to add this to your constructor: PrimaryActorTick.bCanEverTick = true;