Add WidgetBlueprintGeneratedClassExtension to let the user grab the Editor from a extended menu item.
Add a OnRegisterTabsForEditor to let the user modify the menu but only in some ApplicationMode.
Add Extension for the Widget Blueprint Editor, that let the user add extra info in the Blueprint and let the user add extra info to the generated class. The generated info is saved on the WidgetBlueprintGeneratedClass (info is on the Class and not on the UserWidget).
#preflight 616ec7026e12ff000127a408
[CL 17860855 by Patrick Boutot in ue5-main branch]
#rnx
#rb none
#ROBOMERGE-SOURCE: CL 10869241 via CL 10869527 via CL 10869904
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870586 by ryan durand in Main branch]
----------------------------------
Added DynamicEntryBoxBase, from which DynamicEntryBox derives
- The base is fully abstract, but contains all the logic for actually generating dynamic entries for various box types
- DynamicEntryBox now simply exposes public functionality and properties to leverage this
- Goal here is to enable easy creation of custom DynamicEntryBox classes that don't have to inherit a bunch of undesired public API
#rb Matt.Loesby
#ROBOMERGE-SOURCE: CL 5546028 via CL 5547294
[CL 5547305 by dan hertzka in Main branch]
Allows for the cration of DynamicEntryBox widgets which control their own entries, and don't allow other widgets/classes to expand them.
[FYI] [at]Dan.Hertzka
#ROBOMERGE-SOURCE: CL 5494939 via CL 5497913
[CL 5498038 by matt loesby in Main branch]
- New events mandate a Blueprint funtion entry node as an endpoint.
- 2 new event sections exist: Triggers and Repeaters.
- New director blueprint exists as a child of level sequences.
- Added a new concept for editor-only customization of sequence types - IMovieSceneSequenceEditor, analogous to IMovieSceneTrackEditor
- Outstanding tasks: FiB integration, Nativization
- Potential future work:
- Expose the director blueprint more prominently
- Usability and UX polish
#jira UE-47859
#jira UE-56139
#jira UE-51457
#jira UE-61468
#jira UESEQ-400
#jira UESEQ-405
#rb Matt.Hoffman, Max.Chen
[CL 4209456 by Andrew Rodham in Dev-Sequencer branch]