How to get all child components of skeletal mesh in bp?

Hello. How can I get all child components?
image

I’ve tried “Get children components”, but in that case I’m getting array of scene component when I need to get skeletal mesh component.

You could cast the Scene Component Array to Skeletal Mesh Components.

Yes, it works. Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.