Nodes > Maps > Construct Map

Creates a new map with an option in the inspector to choose the types it holds.
Outputs
| Name | Type | Description |
|---|---|---|
| bool:bool | bool:bool | The newly constructed map. |
Properties
| Name | Type | Description |
|---|---|---|
| key type | dropdown | The type of data the map should use for keys |
| value type | dropdown | The type of data the map should use for values |
Was this page helpful?