Log Array Contents
CallableLogArrayContentsLogs all elements of a string array with indices for debugging.
Type: Callable (has execution pins)
Category: Fortuna|Debug & Development
Keywords: debug & development
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| ArrayName | FString | — | ArrayName parameter |
| Array | TArray<FString> | — | Array parameter |
Example Use Cases
Example 1
Debug an inventory system by printing all item names.
Example 2
Log the contents of a spawn queue.