This is because the RebuildControlMappings function only checks this flag when you have a mapping that was already added, we should apply this for any new mappings as well. I'll update the repro s ...
This is not a regression. Tested in //UE5/Release-5.2 CL26001984 Editor becomes unresponsive after compiling with save on success a widget blueprint that has logic flagged with a breakpoint within ...
This is not a regression. Tested in //UE5/Release-5.2 CL26001984 After assigning an IES Profile to a light the icon for that profile updates to a gradient bloom preventing the profile from being pr ...
Modify gets called from AWaterBody constructor: WaterSplineMetadata->Reset(3); WaterSplineMetadata->AddPoint(0.0f); WaterSplineMetadata->AddPoint(1.0f); WaterSplineMetadata->AddPoint ...
Note: This worked correctly up to UE 5.4, but repros from UE 5.5 up to mainline latest. If a Niagara Emitter is set up with "Spawn Burst Instantaneous" on time 0.0, and the spawned particle(s) have ...
From this UDN: [Link Removed] Suggested fix:Override PostPasteNode to perform the GUID update andAdd validation on load to strip 'invalid' copies that do not correspond to a valid pin input ...
A user decided to test the experimental Unit Test Framework plugin that was included with 4.11. The user discovered that the Editor will crash whenever opening a project that has this plugin enabled ...
When a "Make Static" node is used in a Niagara Function Script or Niagara Module Script to supply the input value for a Static Switch Selector or, a Function Parameter, or a Function Parameter Defau ...
Use Complex as Simple isn't working for dynamic objects. However, if not simulating physics, collision works correctly. Same as TTP# 229782 that wasn't moved to JIRA. ...
A crash occurs when using the 'HighRes Shot 2' command, followed by the 'Shot' command. The user reporting the issue made a couple of notes to avoid the crash using these steps. He mentions the cra ...