Not only that this is an old post, you are posting a link to your paid fab library…
Here is what anyone can do for free:
Use the find node to get your value based on the required key. Make changes to that returned value and then use the node “Add” with input the map and same key, and value what you just edited at the last step. This will not add a new value, it will simply replace what was in the map as you are using the same key.
This is the content of the “Set Aux” macro used above:
I use this macro especially when I create a random value and I want to use that value in multiple places, not be changed and not having to store it as a variable or local variable in case of a function, as if you take the output from random function, it will return a different value each time. I made the input wildcard so I can use it for almost any type.

AAAA is a simple structure with an int array
The sequence (part of the engine) is nothing special, I used it to order the blueprint better so it all fits in the screenshot, what it does it runs each execution pin in order.
As you can see, the order of the keys didn’t even changed, only the value of the key 1.
Now returning to your post, on top of not being free, your function is restricted to a Map of key String and value Vector, it wouldn’t even work for my original question.

Not only that, but how is it “Open-Source code” when you don’t include a link to the code, and it is a paid function. If it is open source you should have a link to the code, and it should be free.
What is even worse then that:

So even if I would have wanted to use it, I couldn’t…


