Log Array Contents

Callable
LogArrayContents

Logs all elements of a string array with indices for debugging.

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

Inputs

NameTypeDefaultDescription
ArrayNameFStringArrayName parameter
ArrayTArray<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.