Changing Materials Using Blueprints and UI Widgets in UE4

Get the full course for 50% off: All free resources are found here (courses, models, etc): This lecture is part of my advanced UE4 architectural visualization project course. If you join up to the course, you will have the whole model and accompanying project files. Here I am using this tutorial to demonstrate how you can interactively & dynamically change materials in Unreal Engine. We use a simple technique of setting up a dummy blueprint that holds an array of variables. These variables are set to equal the collection objects we want to change the material of. We then cycle through each object in that array and dynamically change its material. Check out the tutorial to see the whole process and to follow along.
Back to Top