,
One idea for super handy node would be to write a UFUNCTION to expose the ability to add and search for data in a TMap via blueprint. TMap’s can’t be exposed directly to blueprints as a UPROPERTY, but it would be very very hand to have the ability to store stuff in a container that can be searched quickly via blueprint. It’s one of the major shortcomings of using arrays in blueprint beyond a certain point because to search on them begins to take a long compared to a dictionary/hash map