Dynamic Material per Instance - Fading

Sorry, I’ve already managed to solve it. What was happening is that, since my parameter setup was in the Construction Script, Unreal wasn’t reading it correctly during rendering. What I had to do was create some variables in the Construction Script, which were then called in the Begin Play. That way, I was able to create what I was aiming for. I’ll soon share a video or some images showing what I did.