bShowNodeRunCounts

When enabled shows the node counts both in the graph view as we as in the execution stack window.

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(EditAnywhere, Category="Graph Display Settings")
bool bShowNodeRunCounts

Remarks

When enabled shows the node counts both in the graph view as we as in the execution stack window. The number on each node represents how often the node has been run. Keep in mind when looking at nodes in a function the count represents the sum of all counts for each node based on all references of the function currently running.