SteamCore::Inventory

ISteamInventory Interface
Steam Inventory query and manipulation API.

Steamworks Documentation:
https://partner.steamgames.com/doc/api/ISteamInventory

GETTING STARTED

Right Click in any Blueprint and search for “Get Inventory
To find all available functions / methods, search for “Inventory” in the context menu
Many of the SteamCore::Inventory functions / methods are static, meaning they can be called without needing to use the “ Inventory” subsystem reference.
Many of the SteamCore::Inventory functions / methods are static, meaning they can be called without needing to use the “ Inventory” subsystem reference.

EXAMPLES