B1PathFindGridBitArray
- A compact bit-array representation of pathfinding collision data for a floor grid, backed by uint64 words.
* Supports conditional per-entity overrides and contour extraction for site sliding behavior.
| Property | Type | Description | Metadata |
|---|---|---|---|
| CollisionBitArray | TArray | Array of 64-bit words storing packed collision bits for each grid position. | Category: B1PathFindGridBitArray |
| BitsWidths | int32 | Number of bit positions per row in the grid (width in bits). | Category: B1PathFindGridBitArray |
| WordWidths | int32 | Number of uint64 words per row in the grid. | Category: B1PathFindGridBitArray |
| Width | int32 | Width of the grid in grid cells. | Category: B1PathFindGridBitArray |
| Depth | int32 | Depth (height) of the grid in grid cells. | Category: B1PathFindGridBitArray |