Child Actor 'Event Tick' not executing

Check if you have enabled the actor to tick. From EventBeginPlay execute setActorCanTick to true. It might also be called something like enableActorTick.