Skip to main content

Release Notes

Release 1.4.1

Overview

  • Change of version numbering
  • InteractExt Function added to BookMenuActor
  • Performance improvements on AnimInstance
  • UE 5.4 compatibility adjustments
  • Fix of GetBookMenuData function of BookMenuActor

BookMenuActor

  • InteractExt function added
    • The Interactxt function additionally offers another Output with th UV Coordinates of the UVBookTrace
  • Compatibility adjustments
    • mainly added include files UE5.4 seems to require now
  • GetBookMenuData fix
    • Fixed a bug that caused that the WidgetInstances on UBookMenuData were still null after GetBookMenuData() on BookMenuActor

BookMenuComponent

  • InteractExt function added
    • just interfacing the InteractExt of the BookMenuActor

BookMenuAnimInstance

  • Timer Callback added for page rendering to provide an option to improve performance if needed
    • Developers can now configur the time between two rendercalls of the Widgets
    • The Option is available in the BookMenuData Asset, Property: RedrawTime
    • If 0 every frame will be rendered otherwise the given time in seconds will be used e.g. 0.1 for every 100ms
  • Compatibility adjustments
    • mainly added include files UE5.4 seems to require now

BookMenuData

  • RedrawTime attribute added to control the time between two render calls of the widgets

BookMenuStatics

  • Compatibility adjustments
    • mainly added include files UE5.4 seems to require now