> For the complete documentation index, see [llms.txt](https://kb.heathen.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unreal/blueprint-nodes/functions/get-item-definition-properties.md).

# 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>
