# Blueprint Interface Documentation



# ABookMenuActor

### 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;">BookMenuData</td><td style="height: 29.4583px;">UBookMenuData</td><td style="height: 29.4583px;">EditAnywhere</td><td style="height: 29.4583px;">Default Configuration Data for the Book, containing information such as the the widgets to be displayed as book pages</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">SkeletalMeshComponent</td><td style="height: 46.25px;">USkeletalMeshComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The animated book mesh</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">StaticMeshComponent</td><td style="height: 46.25px;">UStaticMeshComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">A dummy static mesh component for doing traces. Needed to determine the UV coordinates based on trace hit results. The static mesh will be hidden in game. Must represent the book in a open state.</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">LeftPageCollision</td><td style="height: 46.25px;">UBoxComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">Collision box used to determine which page of the book was traced </td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">RightPageCollision</td><td style="height: 46.25px;">UBoxComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">Collision box used to determine which page of the book was traced </td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">InteractionActor</td><td style="height: 46.25px;">ABookMenuInteractionActor</td><td style="height: 46.25px;">EditAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">Reference to the actor that redirects the interaction to a widget interaction component</td></tr></tbody></table>

### Functions

#### Set Book Menu Data

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/q_eobj65/" style="width: 100%; height: 250px;"></iframe>

Can be used to set the book menu data after begin play, during the game

<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>In Book Menu Data</td><td>Input</td><td>UBookMenuData</td><td>The new Book Menu Data. Will be cloned internally.</td></tr></tbody></table>

####   


#### Get Book Menu Data

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/kc-eqoww/" style="width: 100%; height: 250px;"></iframe>

Can be used to set the book menu data after begin play, during the game

<table border="1" id="bkmrk-pin-direction-type-d" 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>Return Value</td><td>Output</td><td>UBookMenuData</td><td>A clone of the current Book Menu Data</td></tr></tbody></table>

#### Get Current Page Section Index

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/88c5u9by/" style="width: 100%; height: 250px;"></iframe>

Can be used to get the current page section index. The page section index indicates the currently shown pair of pages. (Index of the PageSection Array inside the BookMenuData)

<table border="1" id="bkmrk-pin-direction-type-d-0" 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>Return Value</td><td>Output</td><td>Integer</td><td>the current page section index; -1 in case Anim Instance is not defined</td></tr></tbody></table>

#### Get Pending Page Section Index

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/vbr9u9x_/" style="width: 100%; height: 250px;"></iframe>

Can be used to get the pending page section index. The pending page section index indicates the currently pending pair of pages while switching pages is in progress.

<table border="1" id="bkmrk-pin-direction-type-d-1" 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>Return Value</td><td>Output</td><td>Integer</td><td>the pending page section index; -1 in case Anim Instance is not defined</td></tr></tbody></table>

#### Get Current Page Index

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/mrdwrfyw/" style="width: 100%; height: 250px;"></iframe>

Can be used to get the index of the current page, where the interaction pointer points on.

<table border="1" id="bkmrk-pin-direction-type-d-2" 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>Return Value</td><td>Output</td><td>Integer</td><td>the current page index 0 = Left ; 1 = Right  
returns -1 in case Anim Instance is not defined</td></tr></tbody></table>

#### Get Book Is Open

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/wf9zi83p/" style="width: 100%; height: 250px;"></iframe>

Can be used to check if the book is in an opened state

<table border="1" id="bkmrk-pin-direction-type-d-3" style="border-collapse: collapse; width: 100%; height: 59.5938px;"><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 style="height: 29.7969px;"><td style="height: 29.7969px;">**Pin**</td><td style="height: 29.7969px;">**Direction**</td><td style="height: 29.7969px;">**Type**</td><td style="height: 29.7969px;">**Description**</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Return Value</td><td style="height: 29.7969px;">Output</td><td style="height: 29.7969px;">Boolean</td><td style="height: 29.7969px;">true if the book is in open state; false if the book is in closed state</td></tr></tbody></table>

#### Get Book Should Open

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/e9vaxouo/" style="width: 100%; height: 250px;"></iframe>

Can be used to check if the book should be in an opened state but opening is still in progress.

<table border="1" id="bkmrk-pin-direction-type-d-4" style="border-collapse: collapse; width: 100%; height: 59.5938px;"><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 style="height: 29.7969px;"><td style="height: 29.7969px;">**Pin**</td><td style="height: 29.7969px;">**Direction**</td><td style="height: 29.7969px;">**Type**</td><td style="height: 29.7969px;">**Description**</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Return Value</td><td style="height: 29.7969px;">Output</td><td style="height: 29.7969px;">Boolean</td><td style="height: 29.7969px;">true if the book should be in open state</td></tr></tbody></table>

#### Get Book Should Close

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/ho7vx26t/" style="width: 100%; height: 250px;"></iframe>

Can be used to check of the book should be in a closed state but closing is still in progress.

<table border="1" id="bkmrk-pin-direction-type-d-5" style="border-collapse: collapse; width: 100%; height: 59.5938px;"><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 style="height: 29.7969px;"><td style="height: 29.7969px;">**Pin**</td><td style="height: 29.7969px;">**Direction**</td><td style="height: 29.7969px;">**Type**</td><td style="height: 29.7969px;">**Description**</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Return Value</td><td style="height: 29.7969px;">Output</td><td style="height: 29.7969px;">Boolean</td><td style="height: 29.7969px;">true if the book should be in closed state</td></tr></tbody></table>

#### Get Page Sections

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/r_hcbm7k/" style="width: 100%; height: 250px;"></iframe>

Can be used to get the Page Sections.

<table border="1" id="bkmrk-pin-direction-type-d-6" style="border-collapse: collapse; width: 100%; height: 59.5938px;"><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 style="height: 29.7969px;"><td style="height: 29.7969px;">**Pin**</td><td style="height: 29.7969px;">**Direction**</td><td style="height: 29.7969px;">**Type**</td><td style="height: 29.7969px;">**Description**</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Return Value</td><td style="height: 29.7969px;">Output</td><td style="height: 29.7969px;">TMap&lt;int32,FPageSectionDataStruct&gt;</td><td style="height: 29.7969px;">an Map of the page sections of the book</td></tr></tbody></table>

#### Get Interaction Actor

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/j_bb60lt/" style="width: 100%; height: 230px;"></iframe>

Returns the reference to the Book Menu Interaction Actor

<table border="1" id="bkmrk-pin-direction-type-d-7" 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>Return Value</td><td>Output</td><td>ABookMenuInteractionActor</td><td>Returns the reference to the Book Menu Interaction Actor</td></tr></tbody></table>

#### Set Interaction Actor

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/2_zevcpm/" style="width: 100%; height: 230px;"></iframe>

Registers the Book Menu Interaction Actor to be used for Interaction with the Book

<table border="1" id="bkmrk-pin-direction-type-d-8" 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>In Interaction Actor</td><td>Input</td><td>ABookMenuInteractionActor</td><td>The Book Menu Interaction Actor to be set</td></tr></tbody></table>

####   


#### Register Interaction Component

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/-vk_0z48/" style="width: 100%; height: 230px;"></iframe>

Method to register a Book Menu Interaction Component

<table border="1" id="bkmrk-pin-direction-type-d-9" 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>In Interaction Component</td><td>Input</td><td>UBookMenuInteractionComponent</td><td>The Book Menu Interaction Component to be registered. </td></tr></tbody></table>

#### Register Interaction Actor

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/cm05ro-o/" style="width: 100%; height: 230px;"></iframe>

Method to register a Book Menu Interaction Component

<table border="1" id="bkmrk-pin-direction-type-d-10" 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>In Interaction Actor</td><td>Input</td><td>UBookMenuInteractionActor</td><td>The Book Menu Interaction Actor to be registered. </td></tr></tbody></table>

#### Jump to Page Section

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/q0k1uw9u/" style="width: 100%; height: 230px;"></iframe>

Determines if a forward or backward page turn need to be performed based on the current page section index.

<table border="1" id="bkmrk-pin-direction-type-d-11" 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>Section Index</td><td>Input</td><td>int32</td><td>The index of the Page Section to be displayed</td></tr></tbody></table>

#### Open Book At

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/qwkfuf2-/" style="width: 100%; height: 230px;"></iframe>

If the book is closed, this triggers the open book animation and upfront sets the correct section to display.

<table border="1" id="bkmrk-pin-direction-type-d-12" 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>Section Index</td><td>Input</td><td>int32</td><td>The Page Section Index to be displayed while opening the book

</td></tr></tbody></table>

####   


#### Close Book

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/sz8-0co0/" style="width: 100%; height: 230px;"></iframe>

Triggers the Close Book animation

#### Pause Book Update

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/cud5z237/" style="width: 100%; height: 230px;"></iframe>

Pauses the animation update of the anim instance without closing the book first.

#### Resume Book Update

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/umzavnsl/" style="width: 100%; height: 230px;"></iframe>

Resume the animation update of the anim instance. Will only resume if the book is already open. Closed books don't need to consume render time

#### Interact

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/h-uwy8ko/" style="width: 100%; height: 350px;"></iframe>

Performs a Line Trace based on the Start and End Parameters and moves the Widget Interaction pointer of the Book Menu Interaction Actor if it is set. Also tells the Animation Blueprint which page was traced to.

<table border="1" id="bkmrk-pin-direction-type-d-13" style="border-collapse: collapse; width: 100%; height: 274.896px;"><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 style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Start</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">FVector</td><td style="height: 35.0625px;">Start of the Line Trace

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">End</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">FVector</td><td style="height: 35.0625px;">End of the Line Trace

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Debug Trace</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">bool</td><td style="height: 35.0625px;">Shows a debug trace if true.

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Trace Channel</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">ECollisionChannel</td><td style="height: 35.0625px;">The Collision Channel to be used for the line trace.

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Success</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">EXEC</td><td style="height: 35.0625px;">Indicates if the Interaction was executed successfully

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Failed</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">EXEC</td><td style="height: 35.0625px;">Indicates if the Interaction was not executed successfully

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Return Value</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">bool</td><td style="height: 35.0625px;">returns tru if the operation was successful. Otherwise false

</td></tr></tbody></table>

#### InteractExt (Release 1.4+)

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/j_frwjql/" style="width: 100%; height: 350px;"></iframe>

Performs a Line Trace based on the Start and End Parameters and moves the Widget Interaction pointer of the Book Menu Interaction Actor if it is set. Also tells the Animation Blueprint which page was traced to.

<table border="1" id="bkmrk-pin-direction-type-d-14" style="border-collapse: collapse; width: 100%; height: 274.896px;"><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 style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Start</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">FVector</td><td style="height: 35.0625px;">Start of the Line Trace

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">End</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">FVector</td><td style="height: 35.0625px;">End of the Line Trace

</td></tr><tr><td>OutUVCoordinates</td><td>Output</td><td>FVectro2d</td><td>The UV coordinates of the traced page

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Debug Trace</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">bool</td><td style="height: 35.0625px;">Shows a debug trace if true.

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Trace Channel</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">ECollisionChannel</td><td style="height: 35.0625px;">The Collision Channel to be used for the line trace.

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Success</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">EXEC</td><td style="height: 35.0625px;">Indicates if the Interaction was executed successfully

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Failed</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">EXEC</td><td style="height: 35.0625px;">Indicates if the Interaction was not executed successfully

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Return Value</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">bool</td><td style="height: 35.0625px;">returns tru if the operation was successful. Otherwise false

</td></tr></tbody></table>

#### Set Keyboard Focus

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/eq18x_-s/" style="width: 100%; height: 350px;"></iframe>

<table border="1" id="bkmrk-pin-direction-type-d-15" style="border-collapse: collapse; width: 100%; height: 274.896px;"><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 style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">In Page Index</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">Integer</td><td style="height: 35.0625px;">The page index to set the focus to

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Debug Trace</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">bool</td><td style="height: 35.0625px;">Shows a debug trace if true.

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Success</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">EXEC</td><td style="height: 35.0625px;">Indicates if the Interaction was executed successfully

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Failed</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">EXEC</td><td style="height: 35.0625px;">Indicates if the Interaction was not executed successfully

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Return Value</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">bool</td><td style="height: 35.0625px;">returns tru if the operation was successful. Otherwise false

</td></tr></tbody></table>

#### Get Anim Instance

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/3kvjld3d/" style="width: 100%; height: 230px;"></iframe>

Returns the Animation Instance of the Animation Blueprint

<table border="1" id="bkmrk-pin-direction-type-d-16" 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>Return Value</td><td>Output</td><td>UBookMenuAnimInstance</td><td></td></tr></tbody></table>

####   


#### Get Left Page Collision Box

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/70_exsbc/" style="width: 100%; height: 230px;"></iframe>

Returns the Collision Box of the left page

<table border="1" id="bkmrk-pin-direction-type-d-17" 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>Return Value</td><td>Output</td><td>UBoxComponent</td><td>  
</td></tr></tbody></table>

####   


#### Get Right Page Collision Box

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/axla_z2t/" style="width: 100%; height: 230px;"></iframe>

Returns the Collision Box of the right page

<table border="1" id="bkmrk-pin-direction-type-d-18" 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>Return Value</td><td>Output</td><td>UBoxComponent</td><td>  
</td></tr></tbody></table>

####   


#### Get Static Mesh Component

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/1ly9qsio/" style="width: 100%; height: 230px;"></iframe>

Returns the Static Mesh Component

<table border="1" id="bkmrk-pin-direction-type-d-19" 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>Return Value</td><td>Output</td><td>UStaticMeshComponent</td><td>  
</td></tr></tbody></table>

# ABookMenuInteractionActor

### Properties

<table border="1" id="bkmrk-property-name-type-a" style="border-collapse: collapse; width: 100%; height: 290.167px;"><colgroup><col style="width: 26.46648%;"></col><col style="width: 26.675978%;"></col><col style="width: 17.527933%;"></col><col style="width: 29.259777%;"></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;">WidgetInteractionComponent</td><td style="height: 29.4583px;">UWidgetInteractionComponent</td><td style="height: 29.4583px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 29.4583px;">The widget interaction component used to redirect the book interaction onto a Widget Component</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">PageWidgetComponentA</td><td style="height: 46.25px;">UWidgetComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The widget component used to display the first page</td></tr><tr><td style="height: 46.25px;">PageWidgetComponentB</td><td style="height: 46.25px;">UWidgetComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The widget component used to display the second page</td></tr><tr><td style="height: 46.25px;">PageWidgetComponentC</td><td style="height: 46.25px;">UWidgetComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The widget component used to display the third page</td></tr><tr><td style="height: 46.25px;">PageWidgetComponentD</td><td style="height: 46.25px;">UWidgetComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The widget component used to display the fourth page</td></tr><tr><td style="height: 46.25px;">ActiveWidgetComponent</td><td style="height: 46.25px;">UWidgetComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The widget component which is currently under interaction</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">DrawSize</td><td style="height: 46.25px;">UStaticMeshComponent</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The Draw Size of the Widget. User Widgets and Render Targets must have the same resolution. Will be set via the Book Menu Data of the Book Menu Actor</td></tr></tbody></table>

### Functions

#### Move Pointer

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/2x-tanww/" style="width: 100%; height: 250px;"></iframe>

Calculates the world location on the Page Widget based on the UV Coordinates of the Book Actors Book Mesh

<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.4563%;"></col><col style="width: 25.2059%;"></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>UV Coordinates</td><td>Input</td><td>FVector2D</td><td> UV Coordinates of the Book Page</td></tr><tr><td>Debug Trace</td><td>Input</td><td>bool</td><td>Shows a debug trace if true</td></tr><tr><td>Return Value</td><td>Output</td><td>bool</td><td>returns true if the operation was successful. Otherwise false.</td></tr></tbody></table>

#### Reset Pointer

---

Sets the Interaction Pointer to a safe spot which triggers no interaction

<table border="1" id="bkmrk-pin-direction-type-d" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 20.14%;"></col><col style="width: 14.4563%;"></col><col style="width: 25.2059%;"></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>Debug Trace</td><td>Input</td><td>bool</td><td>Shows a debug trace if true</td></tr><tr><td>Return Value</td><td>Output</td><td>bool</td><td>returns true if the operation was successful. Otherwise false.</td></tr></tbody></table>


#### Get Interaction Component

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/26k3_z9d/" style="width: 100%; height: 250px;"></iframe>

returns the Widget Interaction Component. Can be used to do further interaction with the widget such as send keys etc.

<table border="1" id="bkmrk-pin-direction-type-d-0" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 20.14%;"></col><col style="width: 14.4563%;"></col><col style="width: 28.5393%;"></col><col style="width: 36.9467%;"></col></colgroup><tbody><tr><td>**Pin**</td><td>**Direction**</td><td>**Type**</td><td>**Description**</td></tr><tr><td>Return Value</td><td>Output</td><td>UWidgetInteractionComponent</td><td>  
</td></tr></tbody></table>

# UBookMenuData

### 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: 34.4712%;"></col><col style="width: 17.1763%;"></col><col style="width: 26.9357%;"></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;">SkeletalMesh</td><td style="height: 29.4583px;">USkeletalMesh</td><td style="height: 29.4583px;">EditAnywhere</td><td style="height: 29.4583px;">The Skeletal Mesh to be set after Begin Play</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">AnimInstanceClass</td><td style="height: 46.25px;">TSubclassOf&lt;UBookMenuAnimInstance&gt;</td><td style="height: 46.25px;">EditAnywhere</td><td style="height: 46.25px;">The Animation Blueprint class to be set after Begin Play</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">PageMaterialIndexMapping</td><td style="height: 46.25px;">FPageMaterialIndexMapping</td><td style="height: 46.25px;">EditAnywhere</td><td style="height: 46.25px;">Mapping that tells us which Material Index of the Skeletal Mesh shall be used for which Page</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">DefaultPageSection</td><td style="height: 46.25px;">FPageSectionDataStruct</td><td style="height: 46.25px;">EditAnywhere, BlueprintReadWrite</td><td style="height: 46.25px;">The Default Page Section to be used if no concrete Page Section is defined</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">PageSections</td><td style="height: 46.25px;">TArray&lt;FPageSectionDataStruct&gt;</td><td style="height: 46.25px;">EditAnywhere, BlueprintReadWrite</td><td style="height: 46.25px;">List of Page Sections to be used inside the Book Menu Actor</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">CoverMaterial</td><td style="height: 46.25px;">UMaterialInterface</td><td style="height: 46.25px;">EditAnywhere, BlueprintReadWrite</td><td style="height: 46.25px;">Material for the Cover</td></tr><tr><td>bBookBeginsPlayOpen</td><td>bool</td><td>EditAnywhere, BlueprintReadWrite</td><td>If the book shall begin play in an open state or closed state</td></tr><tr><td>StartPageSection</td><td>int32</td><td>EditAnywhere, BlueprintReadWrite</td><td>If the book shall begin play in an open state, this is the page section to open the book at. Can also be accessed by the Book Menu Actor to handle respective behavior.</td></tr><tr><td>DrawSize</td><td>FVector2D</td><td>EditDefaultsOnly</td><td>Draw Size of the Render Targets and the Widgets. Used to set the Draw Size on all involved Actors and components</td></tr><tr><td>RedrawTime (Release 1.4+)</td><td>float</td><td>EditDefaultsOnly</td><td>Time between redraws. if 0 we would redraw every frame</td></tr></tbody></table>

### Functions

No functions

# UBookMenuAnimInstance

### Properties

<table border="1" id="bkmrk-property-name-type-a" style="border-collapse: collapse; width: 100%; height: 774.166px;"><colgroup><col style="width: 23.3526%;"></col><col style="width: 32.2509%;"></col><col style="width: 20.7557%;"></col><col style="width: 23.5997%;"></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: 46.25px;"><td style="height: 46.25px;">BookMenuActor</td><td style="height: 46.25px;">ABookMenuActor</td><td style="height: 46.25px;">BlueprintReadOnly</td><td style="height: 46.25px;">The Owning Book Menu Actor </td></tr><tr style="height: 63.0417px;"><td style="height: 63.0417px;">PageSections</td><td style="height: 63.0417px;">TMap&lt;int32,FPageSectionDataStruct&gt;</td><td style="height: 63.0417px;">BlueprintReadOnly</td><td style="height: 63.0417px;">List of all available Page Sections of the current book</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">PageTextureA</td><td style="height: 46.25px;">UTextureRenderTarget2D</td><td style="height: 46.25px;">BlueprintReadWrite</td><td style="height: 46.25px;">Texture Render Target of the page one. Left side.</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">PageTextureB</td><td style="height: 29.4583px;">UTextureRenderTarget2D</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Texture Render Target of the page two. Right side.</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">PageTextureC</td><td style="height: 29.4583px;">UTextureRenderTarget2D</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Texture Render Target of the page three. Backside of page two.</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">PageTextureD</td><td style="height: 29.4583px;">UTextureRenderTarget2D</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Texture Render Target of the page four. Backside of page one.</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">MaterialPageA</td><td style="height: 29.4583px;">UMaterialInstanceDynamic</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Dynamic Material Instance of page one. Must have a Texture Parameter called BC</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">MaterialPageB</td><td style="height: 29.4583px;">UMaterialInstanceDynamic</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Dynamic Material Instance of page two. Must have a Texture Parameter called BC</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">MaterialPageC</td><td style="height: 29.4583px;">UMaterialInstanceDynamic</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Dynamic Material Instance of page three. Must have a Texture Parameter called BC</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">MaterialPageD</td><td style="height: 29.4583px;">UMaterialInstanceDynamic</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Dynamic Material Instance of page four. Must have a Texture Parameter called BC</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">MaterialCover</td><td style="height: 29.4583px;">UMaterialInstanceDynamic</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Dynamic Material Instance of The Cover.</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">PageSectionAIndex</td><td style="height: 29.4583px;">int32</td><td style="height: 29.4583px;">BlueprintReadOnly</td><td style="height: 29.4583px;">Page Section Index for Pages one and two</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">PageSectionBIndex</td><td style="height: 29.4583px;">int32</td><td style="height: 29.4583px;">BlueprintReadOnly</td><td style="height: 29.4583px;">Page Section Index for Pages three and four</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">DefaultPageSection</td><td style="height: 29.4583px;">FPageSectionDataStruct</td><td style="height: 29.4583px;">BlueprintReadOnly</td><td style="height: 29.4583px;">The Default Page Section in case there is no defined page section.</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">CurrentPageSectionIndex</td><td style="height: 29.4583px;">int32</td><td style="height: 29.4583px;">BlueprintReadOnly</td><td style="height: 29.4583px;">The Current Page Section Index to be displayed on page one and two</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">CurrentPageIndex</td><td style="height: 29.4583px;">int32</td><td style="height: 29.4583px;">BlueprintReadOnly</td><td style="height: 29.4583px;">The current Page the Interaction point on. Can be either the Left or the Right Page.</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">PendingPageSectionIndex</td><td style="height: 29.4583px;">int32</td><td style="height: 29.4583px;">BlueprintReadOnly</td><td style="height: 29.4583px;">The Page Section Index that is pending while switching pages. </td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">DrawSize</td><td style="height: 29.4583px;">FVector2D</td><td style="height: 29.4583px;">BlueprintReadOnly</td><td style="height: 29.4583px;">The Draw Size of the render targets. Must match the Widget Component Draw Size of the Book Interaction Actor.</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">bBookIsOpen</td><td style="height: 29.4583px;">bool</td><td style="height: 29.4583px;">EditAnywhere, BlueprintReadOnly</td><td style="height: 29.4583px;">Indicates if the book is or shall be in an opened state</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">bBookShouldOpen</td><td style="height: 29.4583px;">bool</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Indicates if the book should open</td></tr><tr style="height: 29.4583px;"><td style="height: 29.4583px;">bBookShouldClose</td><td style="height: 29.4583px;">bool</td><td style="height: 29.4583px;">BlueprintReadWrite</td><td style="height: 29.4583px;">Indicates if the book should close</td></tr><tr><td>bBookShouldSetKeyboardFocus</td><td>bool</td><td>BlueprintReadOnly</td><td>Indicates if KeyboardFocus is pending</td></tr></tbody></table>

### Functions

#### Set Page Sections

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/9whgh-r_/" style="width: 100%; height: 250px;"></iframe>

Sets or replaces the current list of Page sections

<table border="1" id="bkmrk-parameter-type-descr" style="border-collapse: collapse; width: 100%; height: 151.417px;"><colgroup><col style="width: 17.0511%;"></col><col style="width: 12.7265%;"></col><col style="width: 29.5411%;"></col><col style="width: 40.7637%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">InPageSections</td><td style="height: 46.25px;">Input</td><td style="height: 46.25px;">TArray&lt;FPageSectionDataStruct&gt;</td><td style="height: 46.25px;">List of Page Sections to be set.</td></tr></tbody></table>

#### Init

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/iebqavm6/" style="width: 100%; height: 250px;"></iframe>

Method to Initialize the Animation Instance and set configurations such as Book Data.

<table border="1" id="bkmrk-pin-direction-type-d" style="border-collapse: collapse; width: 100%; height: 151.417px;"><colgroup><col style="width: 28.782%;"></col><col style="width: 15.3284%;"></col><col style="width: 15.6919%;"></col><col style="width: 40.2801%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">InData</td><td style="height: 46.25px;">Input</td><td style="height: 46.25px;">UBookMenuData</td><td style="height: 46.25px;">The Book Menu Data</td></tr><tr><td>InBookMenuActor</td><td>Inout</td><td>ABookMenuActor</td><td>The Book Menu Actor</td></tr></tbody></table>

#### Jump to Page Section

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/-_r2dvnr/" style="width: 100%; height: 250px;"></iframe>

Determines if a forward or backward page turn need to be performed based on the current page section index.

<table border="1" id="bkmrk-pin-direction-type-d-1" style="border-collapse: collapse; width: 100%; height: 151.417px;"><colgroup><col style="width: 28.782%;"></col><col style="width: 15.3284%;"></col><col style="width: 15.6919%;"></col><col style="width: 40.2801%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">SectionIndex</td><td style="height: 46.25px;">Input</td><td style="height: 46.25px;">int32</td><td style="height: 46.25px;">the index of the Page Section to be displayed</td></tr></tbody></table>

#### Open Book At

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/iv1dq40g/" style="width: 100%; height: 250px;"></iframe>

If the book is closed, this triggers the open book animation and upfront sets the correct section to display.

<table border="1" id="bkmrk-pin-direction-type-d-2" style="border-collapse: collapse; width: 100%; height: 151.417px;"><colgroup><col style="width: 28.782%;"></col><col style="width: 15.3284%;"></col><col style="width: 15.6919%;"></col><col style="width: 40.2801%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">SectionIndex</td><td style="height: 46.25px;">Input</td><td style="height: 46.25px;">int32</td><td style="height: 46.25px;">The Page Section Index to be displayed while opening the book</td></tr></tbody></table>

#### Close Book

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/tjkd9bil/" style="width: 100%; height: 250px;"></iframe>

Triggers the Close Book animation

#### Play Page Turn Forward Anim

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/34yv0-ma/" style="width: 100%; height: 250px;"></iframe>

34yv0-ma Method to be overwritten in the Anim Blueprint. Shall start the Page Turn forward animation.

#### Play Page Turn Reverse Anim

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/ps402hh7/" style="width: 100%; height: 250px;"></iframe>

Method to be overwritten in the Anim Blueprint. Shall start the Page Turn backward animation.

#### Play Open Book Anim

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/5kdaq6c5/" style="width: 100%; height: 250px;"></iframe>

5kdaq6c5 Method to be overwritten in the Anim Blueprint. Shall start the Open Book animation.

#### Play Close Book Anim

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/ri698gd6/" style="width: 100%; height: 250px;"></iframe>

Method to be overwritten in the Anim Blueprint. Shall start the Close Book animation.

#### Play Idle Book Anim

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/ijmqh64o/" style="width: 100%; height: 250px;"></iframe>

Method to be overwritten in the Anim Blueprint. Shall start the Idle animation.

#### On Page Turn Anim End

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/ragbcbzd/" style="width: 100%; height: 250px;"></iframe>

If the book is closed, this triggers the open book animation and upfront sets the correct section to display.

<table border="1" id="bkmrk-pin-direction-type-d-3" style="border-collapse: collapse; width: 100%; height: 151.417px;"><colgroup><col style="width: 28.782%;"></col><col style="width: 15.3284%;"></col><col style="width: 15.6919%;"></col><col style="width: 40.2801%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">IsTurnForward</td><td style="height: 46.25px;">Input</td><td style="height: 46.25px;">bool</td><td style="height: 46.25px;">Indicates if a page forward (true) or a page backward (false) animation was executed.</td></tr></tbody></table>

#### On Book Open Anim End

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/d2bmd8sz/" style="width: 100%; height: 250px;"></iframe>

Method to be called at the end of the Open Book Animation. You want to use Anim Notifies to find out when to call this Method.

#### On Book Close Anim End

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/4v3mln33/" style="width: 100%; height: 250px;"></iframe>

Method to be called at the end of the Close Book Animation. You want to use Anim Notifies to find out when to call this Method.

#### On Book Idle Anim End

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/cenjkp8e/" style="width: 100%; height: 250px;"></iframe>

Method to be called at the end of the Idle Book Animation. e.g. to restart the Idle animation. You want to use Anim Notifies to find out when to call this Method.

#### On Paused

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/mpcc8ir7/" style="width: 100%; height: 250px;"></iframe>

Called when the Anim Blueprint gets Paused to do some "pausing" stuff in the Blueprint

#### On Resumed

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/a8dfk999/" style="width: 100%; height: 250px;"></iframe>

Called when the Anim Blueprint gets Resumed to do some "resuming" stuff in the Blueprint

# UBookMenuComponent

### Properties

<table border="1" id="bkmrk-property-name-type-a" style="border-collapse: collapse; width: 100%; height: 290.167px;"><colgroup><col style="width: 26.4415%;"></col><col style="width: 29.1578%;"></col><col style="width: 17.0531%;"></col><col style="width: 27.3064%;"></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;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 29.4583px;">The spawned Book Menu Actor</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">BookMenuData</td><td style="height: 46.25px;">UBookMenuData</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The Book Menu Data to initialize the spawned Book Menu Actor</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">BookMenuActorClass</td><td style="height: 46.25px;">TSubclassOf&lt;ABookMenuActor&gt;</td><td style="height: 46.25px;">VisibleAnywhere, BlueprintReadOnly</td><td style="height: 46.25px;">The Class of the Book Menu Actor to be spawned at Begin Play</td></tr></tbody></table>

### Functions

#### Register Interaction Component

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/3y6m764w/" style="width: 100%; height: 250px;"></iframe>

Calculates the world location on the Page Widget based on the UV Coordinates of the Book Actors Book Mesh

<table border="1" id="bkmrk-parameter-type-descr" style="border-collapse: collapse; width: 100%; height: 151.417px;"><colgroup><col style="width: 28.782%;"></col><col style="width: 15.3284%;"></col><col style="width: 15.6919%;"></col><col style="width: 40.2801%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">In Interaction Component</td><td style="height: 46.25px;">Input</td><td style="height: 46.25px;">  
</td><td style="height: 46.25px;">  
</td></tr></tbody></table>

####   



#### Register Interaction Actor

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/fckhp-mx/" style="width: 100%; height: 250px;"></iframe>

Calculates the world location on the Page Widget based on the UV Coordinates of the Book Actors Book Mesh

<table border="1" id="bkmrk-pin-direction-type-d" style="border-collapse: collapse; width: 100%; height: 151.417px;"><colgroup><col style="width: 28.782%;"></col><col style="width: 15.3284%;"></col><col style="width: 15.6919%;"></col><col style="width: 40.2801%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">In Interaction Actor</td><td style="height: 46.25px;">Input</td><td style="height: 46.25px;">  
</td><td style="height: 46.25px;">  
</td></tr></tbody></table>

#### Interact

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/ez-y_g48/" style="width: 100%; height: 350px;"></iframe>

Performs a Line Trace based on the Start and End Parameters and moves the Widget Interaction pointer of the Book Menu Interaction Actor if it is set. Also tells the Animation Blueprint which page was traced to.

<table border="1" id="bkmrk-pin-direction-type-d-3" style="border-collapse: collapse; width: 100%; height: 274.896px;"><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 style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Start</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">FVector</td><td style="height: 35.0625px;">Start of the Line Trace

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">End</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">FVector</td><td style="height: 35.0625px;">End of the Line Trace

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Debug Trace</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">bool</td><td style="height: 35.0625px;">Shows a debug trace if true.

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Trace Channel</td><td style="height: 35.0625px;">Input</td><td style="height: 35.0625px;">ECollisionChannel</td><td style="height: 35.0625px;">The Collision Channel to be used for the line trace.

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Success</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">EXEC</td><td style="height: 35.0625px;">Indicates if the Interaction was executed successfully

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Failed</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">EXEC</td><td style="height: 35.0625px;">Indicates if the Interaction was not executed successfully

</td></tr><tr style="height: 35.0625px;"><td style="height: 35.0625px;">Return Value</td><td style="height: 35.0625px;">Output</td><td style="height: 35.0625px;">bool</td><td style="height: 35.0625px;">returns true if the operation was successful. Otherwise false

</td></tr></tbody></table>

#### Interact Ext

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/t57psm83/" style="width: 100%; height: 350px;"></iframe>

Performs a Line Trace based on the Start and End Parameters and moves the Widget Interaction pointer of the Book Menu Interaction Actor if it is set. Also tells the Animation Blueprint which page was traced to.

<table border="1" id="bkmrk-pin-direction-type-d-0" style="border-collapse: collapse; width: 100%; height: 330.890625px;"><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 style="height: 29.453125px;"><td style="height: 29.453125px;">**Pin**</td><td style="height: 29.453125px;">**Direction**</td><td style="height: 29.453125px;">**Type**</td><td style="height: 29.453125px;">**Description**</td></tr><tr style="height: 38.0625px;"><td style="height: 38.0625px;">Start</td><td style="height: 38.0625px;">Input</td><td style="height: 38.0625px;">FVector</td><td style="height: 38.0625px;">Start of the Line Trace

</td></tr><tr style="height: 38.0625px;"><td style="height: 38.0625px;">End</td><td style="height: 38.0625px;">Input</td><td style="height: 38.0625px;">FVector</td><td style="height: 38.0625px;">End of the Line Trace

</td></tr><tr style="height: 35px;"><td style="height: 35px;">Out UV Coordinates</td><td style="height: 35px;">Output</td><td style="height: 35px;">FVector2d</td><td style="height: 35px;">The UV Coordinate of the trace page

</td></tr><tr style="height: 38.0625px;"><td style="height: 38.0625px;">Debug Trace</td><td style="height: 38.0625px;">Input</td><td style="height: 38.0625px;">bool</td><td style="height: 38.0625px;">Shows a debug trace if true.

</td></tr><tr style="height: 38.0625px;"><td style="height: 38.0625px;">Trace Channel</td><td style="height: 38.0625px;">Input</td><td style="height: 38.0625px;">ECollisionChannel</td><td style="height: 38.0625px;">The Collision Channel to be used for the line trace.

</td></tr><tr style="height: 38.0625px;"><td style="height: 38.0625px;">Success</td><td style="height: 38.0625px;">Output</td><td style="height: 38.0625px;">EXEC</td><td style="height: 38.0625px;">Indicates if the Interaction was executed successfully

</td></tr><tr style="height: 38.0625px;"><td style="height: 38.0625px;">Failed</td><td style="height: 38.0625px;">Output</td><td style="height: 38.0625px;">EXEC</td><td style="height: 38.0625px;">Indicates if the Interaction was not executed successfully

</td></tr><tr style="height: 38.0625px;"><td style="height: 38.0625px;">Return Value</td><td style="height: 38.0625px;">Output</td><td style="height: 38.0625px;">bool</td><td style="height: 38.0625px;">returns true if the operation was successful. Otherwise false

</td></tr></tbody></table>

# UBookMenuInteractionComponent

### Properties

<table border="1" id="bkmrk-property-name-type-a" style="border-collapse: collapse; width: 100%; height: 290.167px;"><colgroup><col style="width: 27.9242%;"></col><col style="width: 36.3253%;"></col><col style="width: 13.2217%;"></col><col style="width: 22.4876%;"></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;">BookMenuInteractionActorClass</td><td style="height: 29.4583px;">TSubclassOf&lt;ABookMenuInteractionActor&gt;</td><td style="height: 29.4583px;">EditAnywhere</td><td style="height: 29.4583px;">The Class of the Book Menu Interaction Actor to be spawned at Begin Play</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">InteractionActor</td><td style="height: 46.25px;">ABookMenuInteractionActor</td><td style="height: 46.25px;">BlueprintReadOnly</td><td style="height: 46.25px;">The spawned Book Menu Interaction Actor</td></tr></tbody></table>

### Functions

#### Get Widget Interaction Component

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/n5y_1hg5/" style="width: 100%; height: 250px;"></iframe>

returns the Widget Interaction Component

<table border="1" id="bkmrk-parameter-type-descr" style="border-collapse: collapse; width: 100%; height: 151.417px;"><colgroup><col style="width: 28.7891%;"></col><col style="width: 15.3213%;"></col><col style="width: 26.3092%;"></col><col style="width: 29.6628%;"></col></colgroup><tbody><tr style="height: 29.4583px;"><td style="height: 29.4583px;">**Pin**</td><td style="height: 29.4583px;">**Direction**</td><td style="height: 29.4583px;">**Type**</td><td style="height: 29.4583px;">**Description**</td></tr><tr style="height: 46.25px;"><td style="height: 46.25px;">Return Value</td><td style="height: 46.25px;">Output</td><td style="height: 46.25px;">UWidgetInteractionComponent</td><td style="height: 46.25px;">  
</td></tr></tbody></table>

# UBookMenuStatics

### Properties

The static Blueprint Function Library does not define any properties.

### Functions

#### Create Mouse Trace Parameters

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/e6nrzt8g/" style="width: 100%; height: 300px;"></iframe>

<span style="text-decoration: underline;">**Description**</span>

Method to translate the mouse position into trace parameters such as start and end

<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>Player Controller</td><td>Input</td><td>APlayerController</td><td>The Player controller</td></tr><tr><td>Trace Distance</td><td>Input</td><td>float</td><td>The distance (length) used to perform the trace</td></tr><tr><td>Success</td><td>Output</td><td>EXEC</td><td>Indicates if the operation was successful</td></tr><tr><td>Failed</td><td>Output</td><td>EXEC</td><td>Indicates if the operation was failed</td></tr><tr><td>Out Start</td><td>Output</td><td>FVector</td><td>The resulting Start Coordinate of the Trace Parameters</td></tr><tr><td>Out End</td><td>Output</td><td>FVector</td><td>he resulting End Coordinate of the Trace Parameters</td></tr></tbody></table>

#### Move Widget Interaction Pointer

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/o62dhd_u/" style="width: 100%; height: 300px;"></iframe>

<span style="text-decoration: underline;">**Description**</span>

Calculates the world location on the Page Widget based on the UV Coordinates of the Book Actors Book Mesh

<table border="1" id="bkmrk-pin-direction-type-d" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 23.599%;"></col><col style="width: 10.9974%;"></col><col style="width: 27.3064%;"></col><col style="width: 38.1796%;"></col></colgroup><tbody><tr><td>**Pin**</td><td>**Direction**</td><td>**Type**</td><td>**Description**</td></tr><tr><td>In Widget Interaction Component</td><td>Input</td><td>UWidgetInteractionComponent</td><td>The Widget Interaction Component that shall be influenced</td></tr><tr><td>In Widget Component</td><td>Input</td><td>UWidgetComponent</td><td>The Widget Component the Pointer shall be moved on</td></tr><tr><td>In Reference Rotation</td><td>Input</td><td>FRotator</td><td>A reference rotation in order to do some relative calculations. e.g. the World Rotation of the Book Interaction Actor.</td></tr><tr><td>UV Coordinates</td><td>Input</td><td>FVector2D</td><td>UV Coordinates to be translated onto the Widget</td></tr><tr><td>Debug Trace</td><td>Input</td><td>bool</td><td>shows a debug trace if true.</td></tr><tr><td>Return Value</td><td>Output</td><td>bool</td><td>returns true if the operation was successful. Otherwise false.</td></tr></tbody></table>

#### Book Uv Trace

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/25kz9nzn/" style="width: 100%; height: 300px;"></iframe>

<span style="text-decoration: underline;">**Description**</span>

Creates a trace based on the given collision channel. If a Book Men uActor was hit the Method determines if the book was hit from the front and tries to determine the current page and the UV Coordinates. This requires the Project Settings to be set to use the generation of UV coordinates from hit results.

<table border="1" id="bkmrk-pin-direction-type-d-0" 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>Book Menu Actor</td><td>Input</td><td>ABookMenuActor</td><td>The Book Menu Actor we ar looking for</td></tr><tr><td>Start</td><td>Input</td><td>FVector</td><td>Start of the Trace</td></tr><tr><td>End</td><td>Input</td><td>FVector</td><td>End of the Trace</td></tr><tr><td>Debug Trace</td><td>Input</td><td>bool</td><td>shows a debug trace if true</td></tr><tr><td>Trace Channel</td><td>Input</td><td>ECollisionChannel</td><td>The Collision Channel to be used for the Trace</td></tr><tr><td>Out UV Coordinates</td><td>Output</td><td>FVector2D</td><td>The found UV Coordinates</td></tr><tr><td>Out Page Index</td><td>Output</td><td>int32</td><td>The found page index 0 = Left ; 1 = Right</td></tr><tr><td>Return Value</td><td>Output</td><td>bool</td><td>returns true if the operation was successful. Otherwise false.</td></tr></tbody></table>

#### Get Local Player Controller

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/qx76o0ry/" style="width: 100%; height: 300px;"></iframe>

<span style="text-decoration: underline;">**Description:**</span>

Method to get the First local Player Controller based on the World Context

#### Create Texture Render Target 2D

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/cn3tbhet/" style="width: 100%; height: 300px;"></iframe>

<span style="text-decoration: underline;">**Description**</span>

Creates a new Render Target with the specified parameters

<table border="1" id="bkmrk-parameter-type-descr-0" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 21.6227%;"></col><col style="width: 11.4909%;"></col><col style="width: 23.3478%;"></col><col style="width: 43.6209%;"></col></colgroup><tbody><tr><td>**Parameter**</td><td>**Direction**</td><td>**Type**</td><td>**Description**</td></tr><tr><td>Draw Size</td><td>Input</td><td>FVector2D</td><td>The DrawSize of the Render Target</td></tr><tr><td>Filter</td><td>Input</td><td>TextureFilter</td><td>The Texture Filter to be applied</td></tr><tr><td>Use Gamma Correction</td><td>Input</td><td>bool</td><td>Uses Gamma Correction if true</td></tr><tr><td>Return Value</td><td>Output</td><td>UTextureRenderTarget2D</td><td>returns the created Render Target</td></tr></tbody></table>

####   


#### Draw UserWidget to Render Target 2D

---

<iframe allowfullscreen="allowfullscreen" scrolling="no" src="https://blueprintue.com/render/wl5-w2pu/" style="width: 100%; height: 300px;"></iframe>

<span style="text-decoration: underline;">**Description**</span>

Method to render a UserWidget onto a TextureRenderTarget2D

<table border="1" id="bkmrk-parameter-type-descr-1" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 20.3792%;"></col><col style="width: 16.3177%;"></col><col style="width: 23.3526%;"></col><col style="width: 40.0329%;"></col></colgroup><tbody><tr><td>**Parameter**</td><td>**Direction**</td><td>**Type**</td><td>**Description**</td></tr><tr><td>User Widget</td><td>Input</td><td>UUserWidget</td><td>The UserWidget to be rendered</td></tr><tr><td>Render Target</td><td>Input</td><td>UTextureRenderTarget2D</td><td>The Target to be rendered on</td></tr><tr><td>Draw Size</td><td>Input</td><td>FVector2D</td><td>The DrawSize of the Render Target</td></tr><tr><td>Delta Time</td><td>Input</td><td>float</td><td>Delta time</td></tr><tr><td>Use Gamma Correction</td><td>Input</td><td>bool</td><td>Uses Gamma Correction if true</td></tr></tbody></table>

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