Page cover image

๐Ÿ”ตSet Persona Name

Like what you're seeing?

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!

Introduction

Sets the current user's persona name, stores it on the server and publishes the changes to all friends who are online. Changes take place locally immediately, and a Persona State Change callback is posted, presuming success. If the name change fails to happen on the server, then an additional Persona State Change callback will be posted to change the name back, in addition to the final result available in the callback.

Name

The name to apply

Callback

An event is executed when the process is completed. This event will include

Success

true if the name change is completed successfully.

Local Success

true if the name change was retained locally. We might not have been able to communicate with Steam

Result

A UEResult value indicating the result of the operation.

Nodes

Last updated