Hello
I have a simple but very annoying bug (at least I think it’s a bug).
I have a Piano mesh with 88 keys, each key is a the same blueprint where I just want to change the mesh and the sound from the audio component.
Problem, whenever I try to change the variable “Sound” (wether it is in the editor, or in the blueprint itself), It resets to “None”, and I cant replace it at all (I cant even put back the default value, it’s blocked on “None”).
I tried with a public variable (Sound Base & Sound Clue) instead of a component, but the issue is the same.
Do you know how to fix it, or if I can work around ?
Thanks