B1UniqueEventNpcData
Per-NPC spawn configuration for unique event NPCs that walk around with CrowdTimeline.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | Unique identifier for this NPC entry. | Category: B1UniqueEventNpcData |
| CharacterAttributeId | FName | Character attribute ID to look up from CharacterAttribute table. | Category: B1UniqueEventNpcData Foreign: CharacterAttribute.Id |
| SpawnCount | int32 | Number of this NPC to spawn simultaneously. | Category: B1UniqueEventNpcData ClampMax: 10 ClampMin: 1 |
| SpawnableLevels | TArray | Levels where this NPC can be spawned. 'All' means all levels. | Category: B1UniqueEventNpcData |