# Book Menu Actor and Book Menu Component

- Removed LastPageSectionIndex and Last Page Index Properties due to confusion about their purpose
- Get and Set BookMenu Data care now about cloning the data first before using it to avoid wrong runtime manipulation of data
- Set Book Menu Data now initializes the Book Menu Actor and Anim INstance correctly

# Book Menu Interaction Actor

- Added additional Widget Components to fix stalling UI animations during page turn or if not focused
- Removed GetPageWidgetComponnt Function because it is obolete now

# Book Menu Anim Instance
- refactoring of page rendering
-

# Page Section Data Struct
- Widget Instances made readonly because the properties are only used at runtime internally
- Added some helper functions for rendering
- Removed Last Page Section Index and Last Page Index due to confusion about their usage
- SetInteractionActor Function added

# Book Menu Statics

- CreateBookMenuDataRuntimeInstance added to clone Book Menu Data before runtime manipulation
main
suricoon 2024-03-13 00:59:30 +01:00
parent 81b9abe365
commit fd0e840d50
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
[/Script/AdvancedPreviewScene.SharedProfiles]

View File

@ -1,5 +1,5 @@
Version 5.3.1 released
Version 5.3.2 released
# Animated Book Menu