PLAY SDK Documentation
v0.12.0 (Obsolete)
v0.12.0 (Obsolete)
  • 🛠️ENVIRONMENT SETUP
    • Overview
    • PLAY Sample Package
  • 🖥️SDK Integration Guides
    • Getting Started
      • Unity
        • Tech Requirements
        • Step 1 - Import packages
        • Step 2 - Import credentials
        • Step 3 - Environments
        • Step 4 - Initialization
      • Unreal
        • Tech Requirements
        • Step 1 - Import packages
        • Step 2 - Configure credentials
        • Step 3 - Environments
        • Step 4 - Initialization
    • Authentication
      • Unity
      • Unreal
    • User Profile
      • Unity
      • Unreal
    • Virtual Items
      • Unity
      • Unreal
    • Inventory
      • Unity
      • Unreal
    • Store
      • Unity
      • Unreal
    • Currency (IAP)
      • Unity
      • Unreal
    • Achievements
      • Unity
      • Unreal
    • Game Progress
      • Unity
      • Unreal
    • Leaderboards
      • Unity
      • Unreal
    • Matchmaking
      • Unity
      • Unreal
    • Wallets
      • Unity
      • Unreal
    • Analytics
      • Unity
      • Unreal
    • Notifications
      • Unity
      • Unreal
    • Module Requests
  • 🎲Game Design Guides
    • Overview
    • User Authentication
    • User Profile
    • Game (Progression + Rewards)
    • Virtual Items
    • Currency (IAP)
    • Store
    • Inventory
    • Achievements
    • NFT Purchase Flow & Wallets
    • Limited-Time Offers
    • NFT Passes
  • 📌Links
    • PLAY Whitepaper
    • PLAY Postman API Doc
    • PLAY Dev Dashboard
    • PLAY Example Repository Dev
    • PLAY Example Repository Prod
    • Report an Issue
    • Discord dev-chat
    • Telegram Community Channel
    • Social Links
Powered by GitBook
On this page
  • Introduction
  • Get Virtual Items
  • Get Virtual Items with pagination
  • Get Virtual Items by tags
  • Get Virtual Items by ids
  • Set Virtual Item properties
  • Get Virtual Item properties
  • Download Virtual Item image

Was this helpful?

Export as PDF
  1. SDK Integration Guides
  2. Virtual Items

Unreal

Unreal integration

Was this helpful?

Introduction

Virtual items are game items, that can be purchased using game currency or can be rewarded as completing an Achievements. The Virtual item can also be minted an turn into NFT through the.

For example, a virtual item can be:

  • Racing Game: It can be different types of cars.

  • Puzzle game: It can be a bunch of hints pack.

  • Match-3 game: There can be different types of power-ups.

  • Shooting Game: Different types of guns, ammo etc

Virtual Items can be created using the .

VirtualItem
  • id (string): Unique id for the virtual item.

  • name (string): Name of the virtual item.

  • description (string): Description of the virtual item.

  • appIds (List<string>): List of project id where your item can be accessed.

  • createdAt (long): Date and time of the item creation.

  • updatedAt (long): Date and time of the last update on the item.

  • createdBy (string): User ID of the creator of the item

  • updatedBy (string): User ID of the last person who updated the item.

  • isStackable (bool): Indicate if the item can be stored under the same ID in the inventory.

  • tags (List<string>): List of tags to filter the items.

  • properties (List<Property>): List of properties you can store in json format to retrieve with the virtual item.

  • prices (List<PriceInfo>): List of prices defined for this item. Used to process transaction with the user's currencies.

Get Virtual Items

Get Virtual Items with pagination

Get Virtual Items by tags

Get Virtual Items by ids

Set Virtual Item properties

Get Virtual Item properties

Download Virtual Item image

🖥️
PLAY Dev Dashboard
PLAY Dev Dashboard
LogoSet Virtual Item Properties posted by Car3manPLAY | blueprintUE | PasteBin For Unreal Engineblueprintue
LogoGet Virtual Items By Tag posted by Car3manPLAY | blueprintUE | PasteBin For Unreal Engineblueprintue
LogoGet Virtual Items posted by Car3manPLAY | blueprintUE | PasteBin For Unreal Engineblueprintue
LogoGet Virtual Items Pagination posted by Car3manPLAY | blueprintUE | PasteBin For Unreal Engineblueprintue
LogoGet Virtual Items By Ids posted by Car3manPLAY | blueprintUE | PasteBin For Unreal Engineblueprintue
LogoGet Virtual Item Properties posted by Car3manPLAY | blueprintUE | PasteBin For Unreal Engineblueprintue
LogoDownload Virtual Item Image posted by Car3manPLAY | blueprintUE | PasteBin For Unreal Engineblueprintue