Tutorial that shows how to create a basic Mutable Customizable Object.
https://dev.epicgames.com/community/learning/tutorials/Y41o/unreal-engine-mutable-simple-customizable-object
I was looking for the mentioned “Mutable Sample” in FAB and couldn’t find it. Is that available yet?
2 Likes
Same problem! Where to find sample project?..
1 Like
@GerardMTE Mutable is awesome!
Currently, booleans are not supported. I would need bools to customize materials, for example like in the screenshot.
Is that something that will come (with the next release?) or would you suggest I rather build my materials without bools and switches?
Of course the explanation here for the tutorial is obsolete with UE5.7.2 MutableSample version !
In Materials, booleans are static so at runtime you can not change the value.
In the future we will add booleans (version still unknown) but with them you will not be able to change Material Parameters.
1 Like
