Ark GiveItemToPlayer Command

This command adds an item to the inventory of the player with the specified player ID, relative to the blueprint, amount and quality specified. Unlike the 'GFI' command, you must specify the full blueprint.

Command Syntax
cheat GiveItemToPlayer <UE4 ID> <Blueprint> <Amount> <Quality> <Force Blueprint>

The command syntax includes the command as well as any possible parameters. Parameter options are below.

Click the copy button to copy the command. Replace any parameter placeholders, which are stated between angle brackets, < and >, with the parameter option you want. Then click copy to copy the entire command.

Command Parameters
UE4 ID
Type: UE4 ID
The player ID (UE4) of the player you wish to give the item(s) to.
Blueprint
Type: Item Blueprint
The full blueprint of the item you wish to add.
Amount
Type: Number
The amount of the item to give to the player.
Quality
Type: Number
The quality you wish for the item(s) to have.
Force Blueprint
Type: Boolean
Specify '0' to add the item to the player's inventory, '1' to add the blueprint of the item to the player's inventory.
Examples
GiveItemToPlayer 129475024 "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ElementShard.PrimalItemResource_ElementShard'" 2 65 0
The above console command would give 2 Element Shards (amount is the first number after the blueprint path) with really high quality (the second number after blueprint path, 65) to the player with UE4 ID 129475024. Because the Force Blueprint argument is set to 0 (false), the player would be given the Element Shards as an item, not as a blueprint.
GiveItemToPlayer 129475024 "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_ElementShard.PrimalItemResource_ElementShard'" 12 65 0
The above console command is the same as the first example, but instead of two Element Shards, it would give you 12.
Opening the command console

Press the Tab key to open the command console on PC. On Xbox, press LB RB X andY at the same time. On PlayStation, pressL1 R1 Square andTriangle at the same time.