Map Node Catalog
Generated category
Map Node Catalog
Generated from 12 catalog nodes in Utils/Map.
Nodes in this category
Showing 12 of 12 generated node docs.
Clear Map
Utils/MapRemoves all entries from a map
Get Value
Utils/MapGets a value from a map by key
Has Key
Utils/MapChecks if a key exists in the map
Keys
Utils/MapGets all keys from the map as an array
Make Map
Utils/MapCreates an empty map (string keys)
Remove Key
Utils/MapRemoves a key from the map
Set Value
Utils/MapSets a value in a map at the given key
Size
Utils/MapGets the number of entries in the map
Values
Utils/MapGets all values from the map as an array
Clear (By Ref)
Utils/Map/By ReferenceClear all entries directly from a variable map without copying.
Remove Key (By Ref)
Utils/Map/By ReferenceRemove a key directly from a variable map without copying. Much faster for large maps.
Set Value (By Ref)
Utils/Map/By ReferenceSet a value directly in a variable map without copying. Much faster for large maps.