Log Map Contents

Callable
LogMapContents

Logs all key-value pairs of a map for debugging.

Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development

Inputs

NameTypeDefaultDescription
MapNameFStringMapName parameter
MapTMap<FString, float>Map parameter

Example Use Cases

Example 1

Debug a stats system by printing all stat name-value pairs.

Example 2

Log the current state of a config map.