How to access elements of the object?

Hello.

I have some example object (mesh) of house.
[FBX][1]
In 3DS Max I can rotate elements pf the object - for example, rotate the door:

http://s6.postimg.org/w5r4adfu9/screenshot_112.png

But I can’t understand, how to access elements (door) of the house in UE:

http://s6.postimg.org/f6i5v44mp/screenshot_113.png

Can you explain me, what I must to do to access door of the house (for rotating, moving and etc…) ?

There are two possible solutions depending on the situation:

  1. Make the house a skeletal mesh and animate the door opening in 3ds Max.
  2. Split the door into a separate object and use blueprints to open it.

If you are planning on entering the house during gameplay you will have an issue with the collision model applied. You can either remove the collisions and use blocking volumes or create a simplified collision model in 3ds Max using UCX.

IMO, It is easier to split buildings into multiple pieces and reassemble them into a blueprint in UE. This solves the overlapping Lightmap UV issue with complex meshes and makes collision generation easier.

Thank you very much!