Find

Find the value associated with a provided key.

Choose your operating system:

Windows

macOS

Linux

Map_FindNode.png

The Find node, having been provided a key, searches a Map for your item, returning true if the Map contains the item, and subsequently returning the value if the item is found.

Inputs

Pin Location

Name

Description

Map_FindNode_1.png

Target Map

The Map that you want to search.

Map_FindNode_2.png

Item to Find

The key that you're using for the search.

Outputs

Pin Location

Name

Description

Map_FindNode_3.png

Value

This is the value associated with the key being used for the search.

If the key wasn't found in the Map, a default value will be constructed and returned.

Map_FindNode_4.png

Boolean Return Value

If the node finds the item in the Map, the node returns true. Otherwise, if the node returns false, there is no item contained in the Map that uses the provided key.

Example Usage

Map_FindUsage.png

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