B1FenceNodeSaveData
- Save data for a single fence node, storing its key, connection directions,
* and adjacent edge node indices.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Key | int32 | Unique key identifying this fence node. | Category: B1FenceNodeSaveData |
| Directions | TArray | List of direction values indicating which sides this node is connected to. | Category: B1FenceNodeSaveData |
| Edges | TArray | List of edge node keys connected to this fence node. | Category: B1FenceNodeSaveData |