UMG bCanEverTick not work.

I was set value UUserWidget::bCanEverTick = false;
But UUserWidget::NativeTick() was called.
I want to not called Tick funcion.
How to do it?

You can’t turn it off for widgets, native tick is always called unless the widget is either not visible, off screen or cached in an invalidation panel