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.
Last updated
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.
Last updated
Inputs
Type | Name | Description |
---|---|---|
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
Type | Description | |
---|---|---|
FEmergenceCombinedInventoryItem | SelectedItem | The selected item. |
ESelectionError | SelectionError | The status code. |