From fd0e840d508992e652a56180eb3cd10dd0f5d975 Mon Sep 17 00:00:00 2001 From: suricoon Date: Wed, 13 Mar 2024 00:59:30 +0100 Subject: [PATCH] # 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 --- Projects/GettingStarted/Config/DefaultEditor.ini | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Projects/GettingStarted/Config/DefaultEditor.ini b/Projects/GettingStarted/Config/DefaultEditor.ini index e69de29..f38756e 100644 --- a/Projects/GettingStarted/Config/DefaultEditor.ini +++ b/Projects/GettingStarted/Config/DefaultEditor.ini @@ -0,0 +1,2 @@ +[/Script/AdvancedPreviewScene.SharedProfiles] + diff --git a/README.md b/README.md index 2d3d402..28e6c8a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -Version 5.3.1 released +Version 5.3.2 released # Animated Book Menu