GiveItemToPlayer Command
This command adds the specified item to the specified player's inventory, specified by the full blueprint path, in the specified quantity and with the specified quality.
Parameters
The syntax for this command is as follows:
UE4 ID | The UE4 ID of the player you wish to give the items to. |
The full blueprint path of the item you wish to add, not just the GFI code. | |
Amount Type: Number | The quantity of the item you wish to add. |
Quality Type: Number | The quality of the item you wish to add. |
Force Blueprint Type: Boolean | Specify |
Command Builder
Examples
This command will add 1 Red Gem with the quality 5 to the inventory of the player with the UE4 ID of 23760123.
This command is the same as above, but because we specify true for the Force Blueprint parameter, the blueprint of Red Gem rather than the item will be added.
