B1SpaceNodeSaveData
- Saved data for a node in the space tree, containing its owner face, border, child spaces, and child node indices.
| Property | Type | Description | Metadata |
|---|---|---|---|
| OwnerFaceNo | uint32 | The face number of the wall face that owns this space node. | |
| NodeBorder | FB1SpaceBorderSaveData | The 2D boundary of this space node used for containment checks. | |
| Spaces | TArray | The list of space volumes contained within this node. | |
| Children | TArray | The list of child node indices in the space tree hierarchy. |