Unreal User Tools
Rich Presence
You can use the Clear Rich Presence, Set Rich Presence, Get User Rich Presence, Get User Rich Presence Key by Index and Get Rich Presence to work with Steam's Rich Presence system in Unreal Blueprints.
User Data
User ID
Valve's Steam ID is a complex value made up of several parts, we outline this in detail here. Heathen's Steam ID Tools provide functions for converting between Friend ID aka Account ID and the larger Steam ID as well as tools for converting Friend ID to and from a hexadecimal value.
Avatar
The Get My Steam Avatar and Get User Steam Avatar nodes can be used to get the related user's avatar as a Texture 2D. A simple image widget BP_SteamAvatarImage uses these nodes to further simplify the process of displaying a user's avatar image on screen.
Name
The Get Persona Name, Get Friend Persona Name and Get Player Nickname nodes can be used to read the local user's name or another Steam user's name or nickname.
A simple label widget BT_SteamUserName uses these nodes to further simplify the process of displaying a user's name to the screen.
Last updated