Set Actor Hidden In Game doesn't hide Attached actors

Hello
So im Using Set Actor Hidden In Game with hopes that it will hide the whole actor with its all Children and Attached actors, but it doesn’t happen. Is this Intentional or bug? I’m looking for Some Fast Hide for Actor and all his Equipment and Weapon without using for each loop. Is there any time frame when we can expect this fixed?

Try using Set Hidden In Game (Target is Scene Component). You can get this node by dragging it off of a component. I tested in 4.16 and it should work just fine. I believe it will work for your purpose.

Thank you , this worked and i was able to Hide all Attached Actors.