Skip to main content

Unreal Orderbook (Alpha)

The Unreal orderbook is a powerful set of functionality which can be used to enable in-game trading of your game’s digital assets.

In this section you’ll find everything you need to know about interacting with the Immutable Orderbook in your Unreal game.
Unreal OrderbookUnreal Orderbook
💡Who is this for?
Developers who want to build an in-game marketplace in Unreal.
💡Alpha version
This module is experimental and may change in the future. We recommend using it for testing purposes only.

What is the Unreal Orderbook?

The Immutable Unreal Engine Orderbook module enables seamless on-chain trading directly within your game. It provides in-game access to the Immutable Orderbook, a global marketplace where users can buy and sell digital assets, such as NFTs.

The Unreal Orderbook module allows developers to create, fill, and cancel orders, eliminating the need to redirect gamers to external marketplaces in their web browser.

For more information on the Orderbook itself see the Orderbook documentation.

Why use the Unreal Orderbook?

For players, leaving the game to buy or sell assets can be a jarring experiece which breaks the flow of the game loop. The Unreal Orderbook module allows developers to create a seamless experience for players by enabling them to buy and sell assets directly within the game. This leads to a more enjoyable experience for players and can help to increase player retention and engagement.

Limitations

The core functionality required to create a marketplace is available through the Unreal Orderbook module, however not all features from the TypeScript Orderbook are available yet. The Unreal Engine version closely follows the TypeScript documentation and we are working to add more features in the future.

What's in the Unreal Orderbook section?

This section covers the setup and implementation details of each of the available methods in the Unreal Orderbook module.

Audience: Game Developers
FeatureDescription
Create order  listingsEffortlessly list an NFT for sale at a fixed price directly from your inventory screen, enabling seamless transactions within the game.
Fill ordersPurchase an NFT at the listed price directly within the in-game marketplace, allowing gamers to enhance their collection without leaving the game.
Cancel ordersEasily cancel an active order within the game, providing gamers with flexibility and control over their listings.

How do I use the Unreal Orderbook section?

If this is your first time using the Unreal Orderbook module, we recommend starting with the Setup instructions. This will walk you through the process of setting up the Unreal Orderbook module in your game. Otherwise simply click on the page for the feature you're interested in to get started.


Related content