| LadderHeight | float | Height of the ladder in world units. | Category: B1LadderObjectSaveData |
| LinkedFloorLevels | TArray | List of floor levels this ladder is linked to. | Category: B1LadderObjectSaveData |
| bIsLinkedUpLadder | bool | Whether this ladder is linked to an upper ladder. | Category: B1LadderObjectSaveData |
| bIsLinkedDownLadder | bool | Whether this ladder is linked to a lower ladder. | Category: B1LadderObjectSaveData |
| SnapFloorLevel | int32 | Floor level index at which this ladder snaps. | Category: B1LadderObjectSaveData |
| SnapPlatformWall | int64 | Wall ID of the platform wall this ladder snaps to. | Category: B1LadderObjectSaveData |
| AttachedFloor | int32 | Floor level this ladder is attached to. | Category: B1LadderObjectSaveData |
| AttachedWall | int64 | Wall ID this ladder is attached to. | Category: B1LadderObjectSaveData |
| AttachType | int32 | Attachment type (0 = default, see EB1LadderAttach). | Category: B1LadderObjectSaveData |
| DownLadderEntityId | FB1EntityId | Entity ID of the ladder connected below this one. | Category: B1LadderObjectSaveData |
| UpLadderEntityId | FB1EntityId | Entity ID of the ladder connected above this one. | Category: B1LadderObjectSaveData |