Component "bCanEverTick" has no effect

Have you tried putting code into your tick function? The “Is Component Tick Enabled” function may be giving you a wrong answer.

Also, doing this check in a blueprint is not a sufficient test. My component is C++.