How can i make script that allows me fast choice between different meshes (Doric_Column01, 02, 03,...) that use same container mesh (column)? Want to minimize number of blueprints (column 1 straight, column 2, straight). Basically 3 different variables but only one can be active and used in BP until i change my choice!
There is a "select" node. You could hook up an integer to it which would act like a mesh id. And the select node would allow you to specify a mesh for each id.