I work in construction and I just started to learn Unreal. I have the building model at my level. And I have the construction schedule as a data table in the content folder. Every item on that building (columns beams, etc.) has a reference as a mesh variable in the data table.
There is variable in the data table called status, which can take a value of (not started, in progress or completed).
What I am trying to achieve is how to set the material of a static mesh (building component) based on the status variable.
For example, if 1st-floor slab status is not started the material will be set to Silver, if it is in progress to set to Gold, and if it is completed to use the concrete material. Bearing in mind that I have different types of completed materials, such as blockwork, flooring, etc.
Thank you very much for your attention! Any tips will be highly appreciated!