Allowed Collector
Introduction
The types of actor(s) that can collect an item
Values
| Value | Description |
|---|---|
| AnyActor | Any actor can collect the item |
| AnyPawn | Any pawn can collect the item |
| AnyCharacter | Any character can collect the item |
| AnyUskCharacter | Any USK character can collect the item |
| PossessedPawn | Only the possessed pawn can collect the item |
| Custom | A custom array of actor types can collect the item |