Page cover image

🔵Set Persona Name

Like what you're seeing?

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