OpenNFTPicker

Opens the Emergence overlay to the users inventory and applies the given filters. The player must be signed into the Emergence overlay already to make use of this.

Inputs

TypeNameDescription

APlayerController*

PlayerController

The player controller to show the UI to. Should usually be the local player.

FEmergenceInventoryFilterSet&

Filters

The filters to apply when the inventory opens.

FString

OverrideAddress

This allows for the inventory to be opened to show the inventory of another user. Leave blank to show the currently logged-in user's inventory.

Outputs

TypeDescription

FEmergenceCombinedInventoryItem

SelectedItem

The selected item.

ESelectionError

SelectionError

The status code.

Last updated