B1PlayerNaviUpdateInfo
- Per-entity navigation update data sent from B2 to B1 via packet.
* Contains position and interaction info needed for the PlayerNavi widget.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EntityId | FB1EntityId | Entity whose navigation state this update describes. | |
| Location | FVector | Current world location of the entity. | |
| InteractionQueueId | int64 | Queue ID of the interaction the entity is currently running, or -1 when none. | |
| InteractionBagDtId | FName | InteractionBag data table ID of the current interaction. | |
| PickedEntityId | FB1EntityId | Target entity picked by the current interaction, if any. | |
| StatId | FName | Stat associated with the current interaction. |