UE4 Student Project - Slum Environment Pack

Just to note none of these are editable at runtime, they’re all made in the construction script. The Unreal Engine YouTube channel is a great resource for tutorials, https://youtu.be/2iNcGQMJp9s this shows the basics of how to start working with construction script.
For the Graffiti tool most of the work is done in the shader and all I’m doing using the construction script to effectively access those exposed parameters. This is what the blueprint for the graffiti tool looks like:


Hope this helps :slight_smile: