- this fix additionally has a side effect of fixing a bug that caused parent items in details diffs to not be selected when clicked
#jira UE-164823
#rb dan.oconnor
#preflight 63371d91c37844870a1e3676
[CL 22279933 by jordan hoffmann in ue5-main branch]
Previously, the checkbox value wasn't even listened to during the same startup, but rather the config value at startup was used, which made it very deceptive and sticky. This feature probably needs some thought in the future as well, because it can stall incredibly long.
#review-21563371 @karen.jirak, @lauren.barnes
#preflight 63204d4f8838676d10de6f9d
[CL 21980292 by sebastian nordgren in ue5-main branch]
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.
#jira
#preflight 631e283bec5b0c765fc0ffdb
[CL 21960084 by bryan sefcik in ue5-main branch]
Fixups for class features in the editor.
#jira UE-161932
#rb ben.zeigler
#preflight 631a55942b7fe03eb6c27d74
[CL 21903450 by Robert Millar in ue5-main branch]
- Support sets of input modulators
- Support union of modulation heirarchy
#rb alfaroh.corney
#jira UE-163157
#preflight 63191cc3ec45fbf3d708437c
[CL 21892756 by rob gay in ue5-main branch]
Fixups for property editors.
#jira UE-161932
#rb phillip.kavan
#fyi sebastien.nordgen
#preflight 6317cfcbd135b61bc58d4d71
[CL 21833804 by Robert Millar in ue5-main branch]
Because the interfaces settings in blueprints use IDetailCustomization to create custom widgets in the details panel, This bugfix required implementing the neccesary infrustructure to attribute properties to the custom widgets so they can be diffed and highlighted.
#jira UE-153238
#preflight 63124236da1671f997cf88f0
[CL 21825924 by jordan hoffmann in ue5-main branch]
This adds support for parsing quoted (and escaped) property name tokens, which allows BP properties to be used as an EditCondition as long as their names are quoted (and escaped)
#jira
#preflight skip
#rb Sebastian.Nordgren
[CL 21548108 by jamie dale in ue5-main branch]