An asynchronous Blueprint node that retrieves a Discord user's avatar image as a Texture2D
User Id
The Discord user's unique ID
Avatar Id
The unique ID of the user's avatar. This is different from the UserID
Size
The desired size of the avatar image
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 5 months ago