Nested Structs don't work in the details panel

UE - Editor - UI Systems - Slate - Jun 3, 2019

Nested structs do not expand in the details panel whenever opening it in the full Blueprint Editor. Tested in 4.20.3 (CL - 4369336), 4.21.2 (CL - 4753647), 4.22.1 (CL - 6063286), 4.23 (CL - 66842 ...

Gameplay Abilities: FAttributeSetInitterDiscreteLevels::PreloadAttributeSetData does not allow FGameplayAttribute.

UE - Gameplay - Jun 19, 2019

Moving from "float" to "FGameplayAttribute" is causing a test to fail. ...

"Activation" and "Trigger" keywords are not allowed as a subcategory

Tools - Jul 1, 2019

Using Activation and Trigger as subcategories names does not work in the Details Panel. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 7208101), 4.24 (CL - 7216880) ...

When using Subversion (SVN) and Lock's comment is Japanese outside SourceControl, parsing of xml fails and Status may become NotControlled.

UE - Foundation - Core - Jun 28, 2019

If user lock assets with Japanese comments outside source control, XML acquired in svn status may contain Japanese strings, and XML parsing may fail and become NotControlled. This issue does not oc ...

Sharing Material shaders wastes memory and disappears from the memreport

UE - Graphics Features - Jul 18, 2019

Enabling bShareMaterialShaderCode breaks memory tracking and wastes memory due to issues in ShaderCodeLibrary. It is also worth noting that after cooking with bShareMaterialShaderCode enabled causes ...

Broken assignation of materials when merging meshes

UE - LD & Modeling - Modeling Tools - Mesh Editing - Jul 18, 2019

See the following UDN for a good visual explanation of the bug: https://udn.unrealengine.com/questions/512811/view.html Seems like this was introduced around CL 5639656. ...

Dragging Audio assets onto the Sequencer timeline will create a new audio track when dropped onto an object's audio subtrack

UE - Anim - Sequencer - Aug 12, 2019

Dropping audio assets onto audio subtracks in the timeline adds them to a regular audio track instead.  ...

Crash occur when using AddSpawnableFromClass with BlueprintGeneratedClass specified

UE - Anim - Sequencer - Aug 13, 2019

BlueprintGeneratedClass is not based UBleupint. So the following code is failed. bool UActorFactoryBlueprint::PreSpawnActor( UObject* Asset, FTransform& InOutLocation) { UBlueprint* Blueprint = ...

Ray Traced Ambient Occlusion Uses Resources Even if AO Intensity is 0

UE - Graphics Features - Lumen - Aug 22, 2019

Ray traced Ambient Occlusion is still active even when Ambient Occlusion Intensity is set to 0 in the Post Process Volume. Found in 4.22 CL# 7053642, 4.23 CL# 8115738, 4.24 CL# 8124506 ...

Level sequencer's play to(second) function not working as expected

UE - Anim - Sequencer - Aug 22, 2019

The function Play to(seconds) does not functions as it's tooltip implies. "Play the sequence from the current time, to the specified time in seconds". The function instead snaps to the specified tim ...