I have several rocks as a singe object on the same texture. I was wondering if I can move each of the rocks separately and how I would go about doing that. Still new to udk. Thanks!
Not sure I understand you correctly but if what you are asking is about moving individual rocks in one static mesh with a bunch or rocks the short answer is you can't.
You'll have to split the mesh into indiviual meshes for the rocks.
If this is not what you are asking for I think you need to give more details on exactly what you want to do.
You can sort of do it by converting back and forth between BSP but it will be very limited and probably more work than just splitting it in your 3D Package anyway.
You should not convert to BSP, just export it as FBX (place it in the level - export level as FBX if the content browser export does not work), and modify it in a 3D program.
Replies
You'll have to split the mesh into indiviual meshes for the rocks.
If this is not what you are asking for I think you need to give more details on exactly what you want to do.
You can sort of do it by converting back and forth between BSP but it will be very limited and probably more work than just splitting it in your 3D Package anyway.