# Item Inspector


WBP_Inspect has a ToggleDebug button on the top bar. Pressing this will expose this tool to the user.

There is a drop down menu allowing you to select whether you want to modify the generated icon settings or the inspection settings.

You can use this for figuring out what rotation and location you want to feed into the generated icon settings.
Pressing any of the XYZ rotation or location buttons will rotate or move the mesh by the amount set in the slider. You can also manually put in a value in any of the text boxes. Zoom refers to the camera distance from the item.

You can save your values to the data asset by pressing the Save to Asset button.
It is always more efficient for the game thread to NOT generate the item icons via the preview system. It is recommended whenever possible to save the icons and assigning that to the data asset, then disabling Use Generated Item Icon inside the data asset.