Reordering

In the video, I showed that I want to swap functions, functions in the library, macros in the library, but now only the macros change places and then not everywhere. In the current versions, in order to change a function or a macro in a library, you need to duplicate those elements that should move for the moved element, then delete then change duplicates, then duplicate check that they are established in the game logic. This may take a hefty amount of time !!!
Steps to play:

  1. Create a NewMacroLibrary NewFunctionLibrary NewWidgetBlueprint

  2. open NewFunctionLibrary to create a couple of functions and try swapping them.

  3. open NewWidgetBlueprint to create a couple of functions and try swapping them. Create a pair of Dispatchers and try swapping them. Create a couple of components and try swapping them. Create a couple of interfaces and try swapping them.
    In general, many small improvements that have been tortured to wait …

4.22 not reordered