B1FenceObjectSaveData
- Save data for an entire fence object, storing all nodes, heights,
* and the list of cut fence entity IDs.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Nodes | TArray | List of all fence node save data that make up this fence object. | Category: B1FenceObjectSaveData |
| FloorHeight | float | Height of the floor surface on which this fence is placed. | Category: B1FenceObjectSaveData |
| FenceHeight | float | Height of the fence panels. | Category: B1FenceObjectSaveData |
| CutFenceObjectId | TArray | List of entity IDs representing fence segments that have been cut/removed. | Category: B1FenceObjectSaveData |