Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Map
Finds the value associated with the provided Key
Target is Blueprint Map Library
Inputs
| Type | Name | Description |
|---|---|---|
| wildcard | Target Map | The map to perform the lookup on |
| wildcard | Key | The key that will be used to look the value up |
Outputs
| Type | Name | Description |
|---|---|---|
| wildcard | Value | The value associated with the key, default constructed if key was not found |
| boolean | Return Value | True if an item was found (False indicates nothing in the map uses the provided key) |