# UBookPageWidget

### Properties

<table border="1" id="bkmrk-property-name-type-a" style="border-collapse: collapse; width: 100%; height: 290.167px;"><colgroup><col style="width: 21.3756%;"></col><col style="width: 25.0824%;"></col><col style="width: 18.907%;"></col><col style="width: 34.5938%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Property Name**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Access**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">BookMenuActor</td><td style="height: 29.4583px;">ABookMenuActor</td><td style="height: 29.4583px;">EditAnywhere</td><td style="height: 29.4583px;">The Owning Book Menu Actor of the widget. Can be used to control the Book Menu actor from the widget </td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">PageSectionIndex</td><td style="height: 46.25px;">int32</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The page section index of this widget. Can be used for navigation.</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">PageIndex</td><td style="height: 46.25px;">int32</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The page index. 0 = Left page, 1 = Right page</td></tr></tbody></table>

### Functions

#### Init

---

Method to initialize the most important data in the Widget

<table border="1" id="bkmrk-parameter-type-descr" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 20.14%;"></col><col style="width: 14.458%;"></col><col style="width: 25.2043%;"></col><col style="width: 40.2801%;"></col></colgroup><tbody><tr><td>**Pin**</td><td>**Direction**</td><td>**Type**</td><td>**Description**</td></tr><tr><td>InBookMenuActor</td><td>Input</td><td>ABookMenuActor</td><td>The Owning Book Menu Actor of the widget. Can be used to control the Book Menu actor from the widget </td></tr><tr><td>InPageSectionIndex</td><td>Input</td><td>int32</td><td>The page section index of this widget. Can be used for navigation.</td></tr><tr><td>InPageIndex</td><td>Input</td><td>int32</td><td>The page index. 0 = Left page, 1 = Right page</td></tr></tbody></table>

####  

#### 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.