# UBookPageWidget ### Properties
**Property Name****Type****Access****Description**
BookMenuActorABookMenuActorEditAnywhereThe Owning Book Menu Actor of the widget. Can be used to control the Book Menu actor from the widget
PageSectionIndexint32VisibleAnywhere, BlueprintReadOnlyThe page section index of this widget. Can be used for navigation.
PageIndexint32VisibleAnywhere, BlueprintReadOnlyThe page index. 0 = Left page, 1 = Right page
### Functions #### Init --- Method to initialize the most important data in the Widget
**Pin****Direction****Type****Description**
InBookMenuActorInputABookMenuActorThe Owning Book Menu Actor of the widget. Can be used to control the Book Menu actor from the widget
InPageSectionIndexInputint32The page section index of this widget. Can be used for navigation.
InPageIndexInputint32The page index. 0 = Left page, 1 = Right page
#### #### OnSetKeyboardFocus --- Use this event to handle custom code after the widget received keyboard focus. This function is the counter part the SetKeyBoardFocus Function of the BookMenuActor.