B1DebugCharacterInfo
- Stores debug display information for a single character entity, including location and a map of debug strings per category.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EntityId | FB1EntityId | Entity ID of the character this debug info belongs to. | |
| Location | FVector | World location of the character used for debug overlay positioning. | |
| DebugStringMap | TMap | Map of debug category types to their formatted debug string values. |