# Get Item Definition Properties

{% 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

While not typically something you should need to do, it is possible to read the properties off of an item definition at run time ... with a few limitations. The main place this comes in handy is when displaying items in a store or similar. Reading the item property for name for example would return the language-specific name of the item if any.

Heathen provides 2 nodes to help with this

### Get Item Definition Properties

This will return an array of all the properties on an item, you shouldn't need to do this in that you should know what properties your items have but it's here if you need it.

### Get Item Definition Property

This will return the value of a given property e.g. "name" for example which is the most commonly used property for this node.

### Item Def

The item to read the properties for

## Example

<figure><img src="/files/1k46HxpmG1SgZiX8ElXl" 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-item-definition-properties.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.
