đGet Avatar by SteamID

đ Description
Retrieves the Steam avatar (profile picture) for a given Steam ID and returns it as a Texture2D. Useful when trying to list which users are in the leaderboard and show their avatars.
Name
Description
Steam ID
The ID for the user you want to get avatar for. Either gathered by the Get SteamID or by the Get Leaderboard Data node.
Specifies the desired size of the avatar. You should always only use the size you actually need. Gathering the small image is easier than the large one.
â Large (184x184) = Gathers the image in the largest size available
â Medium (64x64) = Gathers the image in a medium size
â Small (32x32) = Gathers the image in the smallest size available
Last updated