Making a cube made of blocks and how to move camera on android

HI, i have 2 questions and would apreciate if you helped me to reselove my problems. I started using UE4 only yesterday, so my questions might be stupid, but whatever :slight_smile:

1.) I want to make a cube(dimension is a settable variable) made of smaller cubes(dimension 1x1x1), that is made when the game begins. all i managed to do so far is to play a little wit the puzlle template but i can’t figure out how to make the big cube 3D - i only managed to increse the size of the grid of little cubes.
2.) I need to be able to control the camera on android devices, so the camera should be able to zoom in and out using two fingers, and rotate all around the cube. if anyone knows how to do this i’m all ears, i googled a bit but couldn’t find it…

thanks for all your answers :slight_smile:

Managed to modify the sample puzzle code to spawn a cube of little cubes by doing that:

would still apreciate help with the camera…