Sure. plug a "select" node into the set static mesh node. This will allow you to define a list of multiple meshes and choose randomly. random int and random int from stream nodes can help you generating a random number, that you can use later to select a random mesh from your list. You could also just make an array of…