DisplayThumbnail doesn't work with TArray

Tools - Jul 8, 2019

The DisplayThumbnail metadata UProperty specifier does not work on TArrays with the type of FSoftObjectPath. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 7224811), 4.24 (CL - ...

Crash when changing the AnimNotifyState property after moving the AnimNotifyState range added to AnimMotage

OLD - Anim - Jul 5, 2019

NotifyStateClass may be nullptr when AnimNotifyState and AnimNotify swap occur in NotifyTrack. Workaround: SAnimNotifyPanel.cpp void SAnimNotifyPanel::OnPropertyChanged(UObject* ChangedObject ...

UAbilitySystemComponent's CurrentMontageStop() function does not use OverrideBlendOutTime Float Parameter.

UE - Gameplay - Jul 2, 2019

In the attached example, the third person mannequin character's BeginPlay() runs an Ability_Task which starts an animation montage. In the task it is specified that the blend out time (BlendOutTime ...

Indirect lighting not working for meshes

UE - Graphics Features - Jul 2, 2019

Materials using the WorldAlignedTextures_Complex node causes the static meshes they are applied to to not receive indirect lighting. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053642), 4.23 (CL ...

"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 ...

User widget object is invalid when called in a widget component on BeginPlay

UE - Editor - UI Systems - Jun 25, 2019

User widget object is returning invalid inside of a widget component ...

Virtual Texturing: RuntimeVirtualTextureOutput Node Can Be Used with a Virtual Texture Domain Material

UE - Graphics Features - Jun 21, 2019

When adding a RuntimeVirtualTextureOutput node to a Virtual Texture domain material, the RVT Output node overwrites any data being sent to the normal material node's output, which interferes with th ...

lots of wasted Volumetric lightmap samples

UE - Graphics Features - Lumen - Jun 20, 2019

Expectations: The samples should only surround the lightmass importance volumes.  Imagine if we build a 8K*8K map with lightmap importance volume at the corners of the map, even using stream levels ...