B1FloorPathFindGrid
- Stores the array of pathfinding grid data for a single floor level, with SoA (Struct of Arrays) serialization support.
* Uses LLM tagging for memory tracking and supports both legacy AoS and optimized SoA layouts during serialization.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PathFindGridData | TArray | Array of optimized pathfinding grid cell data for all grid positions on this floor. | Category: B1FloorPathFindGrid |