# Get Player Nickname

{% hint style="success" %}

#### Like what you're seeing?

Support us as a [GitHub Sponsor](/old-kb/where-to-buy/become-a-sponsor.md) 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](/old-kb/where-to-buy/become-a-sponsor.md) ... become a sponsor today!
{% endhint %}

## Introduction

Gets the nickname that the current user has set for the specified user.

### Id (input)

The ID of the user to get the nickname for.&#x20;

{% hint style="info" %}
The local user will never have a nickname.&#x20;

A nickname is the name the local user has assigned another user.&#x20;

For example let's assume your brother is your friend on Steam, and his chosen Steam Name is BroForce92, you could give him the nickname Little Bro; for you and only you the Get Player Nickname would return Little Bro for his user.&#x20;

You don't nickname yourself, when you set your name that is you setting your persona name.
{% endhint %}

### Return Value

**NULL** if no nickname has been set for that user.

## Nodes

<figure><img src="/files/5qemsWJii5DluNEeXxEd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/get-player-nickname.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
