Blueprint Map Nodes

An overview of the node interface when working with Blueprint Maps.

Choose your operating system:

Windows

macOS

Linux

See Also

A Map's node interface provides the following functionality for developers working in Blueprints: adding keys and their associated values (key-value pairs) to a Map, removing items from a Map, clearing Maps, looking up keys and values contained in a Map, and checking a Map's length. The following guide provides additional information about the various nodes that make-up Blueprint Sets in Unreal Engine 4 (UE4).

Node

Description

Add

Adds a key-value pair to a Map.

Clear

Clears a Map of all entries.

Contains

This node checks to see if a key exists in a provided Map.

Find

Find the value associated with a provided key.

Keys

Outputs an Array of all keys present in the Map.

Length

Determines the number of entries in a provided Map.

Remove

Removes a key-value pair from a Map.

Values

Outputs an array of all values present in the Map.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss