[4.7.5] Component tick function still queued after Deactivate()

Hey mkamradt-

Using MyComponent->PrimaryComponentTick.SetTickFunctionEnable(false); within actor class will cause component to stop ticking.

Cheers