Item Pickup Config

An item pickup config creates an item pickup interactable option, allowing the player to loot items.

Creation

To create an item pickup config, find (or create) the GameName/Resources/GameName/InteractableOptionConfig folder in the project tab and right click. Choose Create > AnyRPG > Interactable > ItemPickupConfig.

Properties

NameDescription

Loot Table Names

A list of Loot Tables containing Items this node can drop when gathering is performed.

Spawn Timer

The number seconds after all Items have been looted before the node resets and spawns again.

Next Steps

  • Add an item pickup config to an Interactable to allow looting items from it.

Last updated