How can i hide a compilation warning from certain node?

I’m getting an annoying Warning ‘Array Element’ is already a ‘Push Test Blueprint’, you don’t need K2Node_DynamicCast_129 .

because i’m doing a for each loop to get the necessary actor for casting. How can i hide the warning from this node?

It sounds like you’re casting a class to something it already is, which you shouldn’t do. Can’t you just fix it by not casting the class?