Actor Component will not tick

Thank you. I was missing the following line from my ActorComponent constructor and your answer helped me get there

PrimaryComponentTick.RegisterTickFunction(GetComponentLevel());
1 Like