- this will prevent it being confusing for people who don't have a spatialization plugin enabled and wondering why the enum doesn't seem to do anything
- implementation introduces new enum in audio.h for plugin-types for audio. The idea is that people in the future may make more plugin types, so might as well make a "way" for them to do it and query if its enabled. Will be useful for other plugins that modify existing UClasses.
- also fixed a bug with a boolean being false when it should be true (bSpatializationExtensionEnabled). This bool is used to toggle off/on the fancy spatialization plugin from console command to "diff" between it being on/off for sound designers
#codereview marc.audy
[CL 2497536 by Aaron McLeran in Main branch]
Clicking on a macro instance within a macro graph will no longer show details for any macro.
#jira UE-9915 - Renaming Blueprint variables breaks MathExpression node on restart
[CL 2497358 by Michael Schoell in Main branch]
UETOOL-295 - Can't re-order rows in a data table
Added an option to move a row up or down, or to the top or bottom of the data table.
Updated the row editor UI to be more consistent with other editors, and re-arranged some of the controls on the toolbar, adding tooltips where appropriate.
Fixed the highlighted row in the data table not matching the selected row editor row when a data table was first opened.
[CL 2497325 by Jamie Dale in Main branch]
Shifted a lot of pin adding functionality from Blueprint Details customizion to the nodes themselves or BlueprintEditorUtils.
#jira UE-11334 - Dragging a pin to a node that can add pins (function entry/exit, custom events...) should add a pin of the type to the node.
[CL 2497224 by Michael Schoell in Main branch]
#jira UE-12070 - Cursor disappears and reappears when creating a selection box while zoomed
Fixed issue where the drag start position in zoomed ortho modes is incorrect, due to the trigger for drag start being determined by a scaled delta. Now uses the new RawDelta property.
[CL 2497152 by Richard TalbotWatkin in Main branch]
UETOOL-290 - Data tables don't let you edit asset/class references in the row editor panel
Also fixed the fact that the properties panel wouldn't scroll.
[CL 2497080 by Jamie Dale in Main branch]