Get Steam ID

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
PlayerControlleror itsPlayerState/UniqueIdis missing, the output is an empty string. - Uses the engine’s
UniqueNetId→ for Steam it resolves to SteamID64.