Issue with ShouldTickIfViewportsOnly

Hello World!,

So i override ShouldTickIfViewportsOnly and return true for my actor. C++ Tick function is ticking in editor, but, i create BP class from this Actor class and Tick inside BP is not called.

Why?