# UBookPageWidget ### Properties
**Property Name** | **Type** | **Access** | **Description** |
BookMenuActor | ABookMenuActor | EditAnywhere | The Owning Book Menu Actor of the widget. Can be used to control the Book Menu actor from the widget |
PageSectionIndex | int32 | VisibleAnywhere, BlueprintReadOnly | The page section index of this widget. Can be used for navigation. |
PageIndex | int32 | VisibleAnywhere, BlueprintReadOnly | The page index. 0 = Left page, 1 = Right page |
**Pin** | **Direction** | **Type** | **Description** |
InBookMenuActor | Input | ABookMenuActor | The Owning Book Menu Actor of the widget. Can be used to control the Book Menu actor from the widget |
InPageSectionIndex | Input | int32 | The page section index of this widget. Can be used for navigation. |
InPageIndex | Input | int32 | The page index. 0 = Left page, 1 = Right page |