Map

Map

Windows
MacOS
Linux
On this page

Actions

Add

Adds a key and value to the map. If something already uses the provided key it will be overwritten with the new value. After calling Key is guaranteed to be associated with Value until a subsequent mutation of the Map.

Target is Blueprint Map Library

Clear

Clears a map of all entries, resetting it to empty

Target is Blueprint Map Library

Contains

Checks whether key is in a provided Map

Target is Blueprint Map Library

Find

Finds the value associated with the provided Key

Target is Blueprint Map Library

Keys

Outputs an array of all keys present in the map

Target is Blueprint Map Library

Length

Determines the number of entries in a provided Map

Target is Blueprint Map Library

Make Map

Create a map from a series of key/value items.

Remove

Removes a key and its associated value from the map.

Target is Blueprint Map Library

Values

Outputs an array of all values present in the map

Target is Blueprint Map Library

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