B1MinimapCharacter
- Holds a character's position and orientation data for minimap rendering.
* Created by B2MinimapManager for each tracked entity and delivered to the minimap widget via S_UpdateMinimapCharacterPositions packet.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EntityId | FB1EntityId | Entity ID of the character tracked on the minimap. | |
| Location | FVector | World-space location of the character. | |
| Yaw | float | Yaw angle (degrees) of the character, used to render the facing direction indicator. |