Skip to main content

ABookMenuInteractionActor

Properties

Property NameTypeAccessDescription
WidgetInteractionComponentUWidgetInteractionComponentVisibleAnywhere, BlueprintReadOnlyThe widget interaction component used to redirect the book interaction onto a Widget Component
PageWidgetComponentUWidgetComponentVisibleAnywhere, BlueprintReadOnlyThe widget component used to display the current page the Book Actor interacts with
DrawSizeUStaticMeshComponentVisibleAnywhere, BlueprintReadOnlyThe 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

Functions

Move Pointer


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

PinDirectionTypeDescription
UV CoordinatesInputFVector2D UV Coordinates of the Book Page
Debug TraceInputboolShows a debug trace if true
Return ValueOutputboolreturns true if the operation was successful. Otherwise false.


Get Interaction Component


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

PinDirectionTypeDescription
Return ValueOutputUWidgetInteractionComponent


Get Page Widget Component


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

PinDirectionTypeDescription
Return ValueOutputUWidgetComponent