2D: Ladder from 4 sprites

Hello community!

Iam working on my first platformer in unreal engine.
Ladder consists of 4 parts sprites peaces In my blueprint. So each of them have own collision presets.
How i can group my sprites into one object (all sprites must have same properties as parent sprite) in my blueprint?

Well answer is simpleā€¦just place tha sprites of ladder to the scene. Than make simple blueprint with collision box.
After that u just need make "actor begin overlap " in blueprint of collsion box, for make it work.

http://i.imgur.com/P9VWWcz.png

You might be interested but i made a procedural ladder which makes my life easier.

Construction Script:

[Click for the large image][3]

Great and helpfull solution for some tasks, many thanks to u!