Skip to content

Get Leaderboard Display Type

Blueprint node screenshot

Returns the Display Type of a Steam leaderboard (how scores should be shown: numeric or time-based) from a valid handle.

Inputs

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

Outputs

Pin Type Description
Display Type Enum The leaderboard’s display mode, e.g. Numeric, TimeSeconds, TimeMilliSeconds.

Notes

  • This is a pure node (no latent/async work).
  • The value reflects how the leaderboard was configured when it was created on Steam.
  • Use it to format scores correctly in UI (e.g., convert to MM:SS.mmm for time boards).