Hello everyone.
I want to add some custom data to each of my action bindings in my IMC for UI purposes.
Until now, I just used the “Player mappable key settings” to add my data on the 4 variables available, but now my setup has become more complicated, and this is no longer viable.
I could use the metadata but that would require creating an asset for each binding which is no good and the other option is using gameplay tags in the key profiles which is a way better solution but the problem is you can not move them from project to project which is a must. I also tried to create a custom class of “Player mappable key settings” but that is not possible in BP only in C++.
Any advice/suggestion is appreciated.