Skip to content

Get Leaderboard Entry Count

Blueprint node screenshot

Returns the total number of entries currently stored on the specified Steam leaderboard.

Inputs

Pin Type Description
Leaderboard Handle FSAL_LeaderboardHandle Handle obtained from Find or Create (must be valid).

Outputs

Pin Type Description
Entry Count int32 Number of rows on this leaderboard.

Notes

  • This is a pure node (no async work).
  • Useful for paging and UI (“N entries total”).