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