Unreal User Tools
Last updated
Last updated
You can use the , , , and to work with Steam's Rich Presence system in Unreal Blueprints.
Valve's Steam ID is a complex value made up of several parts, we outline this in detail . Heathen's 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.
The and nodes can be used to get the related user's avatar as a Texture 2D. A simple image widget uses these nodes to further simplify the process of displaying a user's avatar image on screen.
The , and nodes can be used to read the local user's name or another Steam user's name or nickname.
A simple label widget uses these nodes to further simplify the process of displaying a user's name to the screen.