Skip to content

Get Steam ID

Blueprint node screenshot

Returns the local player’s SteamID64 as a string from a given Player Controller.

Inputs

Pin Type Description
Player Controller APlayerController The controller whose Steam ID you want to read.

Outputs

Pin Type Description
SteamID String The player’s SteamID64 (e.g., 7656119...). Empty if unavailable.

Notes

  • Pure node (no async work).
  • If PlayerController or its PlayerState/UniqueId is missing, the output is an empty string.
  • Uses the engine’s UniqueNetId → for Steam it resolves to SteamID64.