Zip Arrays To String

Pure
ZipArraysToString

Combines two arrays into a map of key-value pairs. Arrays must be the same length.

Type: Pure (no side effects)
Category: Fortuna|Array & Collection
Keywords: array & collection

Inputs

NameTypeDefaultDescription
ArrayATArray<FString>ArrayA parameter
ArrayBTArray<float>ArrayB parameter

Outputs

NameTypeDescription
ReturnValueTMap<FString, float>ReturnValue output

Example Use Cases

Example 1

Pair item names with their prices.

Example 2

Associate player names with scores.