I'm a doctor, not a mechanic
Legacy:ErrandGoalGetPickup
From Unreal Wiki, The Unreal Engine Documentation Site
Requires that the dude get a particular item. Example: Pick up some milk (MilkPickup) on Monday.
Properties[edit]
Main[edit]
- var() Name PickupClassName
- Class of item the dude needs to get.
- var() Name PickupTag
- Tag for specific item we want to pick up. If left blank any pickup of the matching class will work.