Log Map Contents
CallableLogMapContentsLogs all key-value pairs of a map for debugging.
Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| MapName | FString | — | MapName parameter |
| Map | TMap<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.