How can i transform components?

i have a mesh in my blueprint that is not in the slot for the default mesh in my character (similar to first person BP preset). if i need to switch the mesh, then i need to transform it. how would i go about doing that?

If you just need to switch between components you could simply drag them into the graph and toggle visibility on each one as needed. I’m not sure if that’s what you are needing to do

But if so in the components tab on the second one scroll down and uncheck the visibly box. then only one will be visible at begin play.

Then in the graph when need be toggle it by dragging a wire from the components dragged into the graph and typo toggle visibility.