πGet Discord Avatar

π Description
An asynchronous Blueprint node that retrieves a Discord user's avatar image as a Texture2D
Name
Description
User Id
The Discord user's unique ID
Avatar Id
The unique ID of the user's avatar. This is different from the UserID
The desired size of the avatar image
Name
Description
On Success
Called when the avatar image is successfully retrieved
On Failure
Called if there is an error retrieving the avatar image
Texture
The retrieved avatar image as a Texture2D. Will be invalid if the operation failed.
Last updated