Skip to content

Get Global Stat (Aggregated)

Blueprint node screenshot

Reads a single global (app-wide) aggregated stat from Steam’s cache after a successful Request Global Stats.

Inputs

Pin Type Description
Stat API Name String Exact identifier defined in Steamworks (e.g., ST_KILLS).
Stat Type Enum (Integer / Float / Average) Interprets the aggregated value accordingly.

Outputs

Pin Type Description
Value (String) String Stringified value (ints without decimals; floats sanitized).
Success Bool true if the stat was found in the global cache.

Notes

  • Call Request Global Stats (with an appropriate day window) before using this node.
  • Output is a string for easy display/logging—convert to number in Blueprint if needed.
  • Aggregated values represent the entire player base, not the local user.