How to break Get Action Mapping by Name node into array?

Hey guys,

I’m want to retrieve the letter that is mapped to an action and convert it into a string. I’m using the ‘Get Action Mapping by Name’ node for that which is supposed to return an array/struct of all the buttons mapped to that action. I need to get the ‘key’ from that array.

However, I don’t know which node to drag out of it to break the array so I can get the key. Could someone help me please? Thanks! :blush:

Use a “Get (a copy)” node. This will get the first ActionMapping in the array.

2 Likes

Thanks a lot, worked like a charm! :wink: