When changing the size of detail panel for animation state in Animation Blueprint diff tool, GetSelectedProfileName will occur crash

OLD - Anim - Jun 24, 2020

When trying to display BlendProfile property in Animation Blueprint diff tool, it will occur crash, because EditableSkeleton is null in SBlendProfilePicker::GetSelectedProfileName(). So, a followin ...

The vertex color view mode in the vertex painting editor mode ceases to work when the project setting "Extend default luminance range in auto exposure settings" is enabled.

UE - Graphics Features - Dec 31, 2019

When "Extend default luminance range in auto exposure settings" is enabled, the Color View Mode in the vertex painting editor mode ceases to work and without any warning to the user. ...

Parameterized Vector4 is treated as Float3

UE - Graphics Features - Aug 28, 2020

A Parameterized Vector4 are being treated as Float3. This prevents users from being able to use Vector4s in an If node during runtime. This is seen as far back as //UE4/Release4.22 cl 8065155 so th ...

Can't update position with SetPositionInViewport when enable global invalidation

UE - Editor - UI Systems - Jul 22, 2020

When GlobalInvalidation is enabled, do not update to the position set by SetPositionInViewport. It works fine when GlobalInvalidation is disabled. ...

Niagara Emitter editor forgets Timeline playback ranges

UE - Niagara - Sep 14, 2020

This seems to only affect an emitter and not a system asset. ...

When set the current language and asset group to different languages, the asset group will not work

UE - Editor - UI Systems - Localization - Nov 22, 2020

When set the current asset group language in a particular process, the asset refers to the "source asset" and output warning log. LogPackageLocalizationCache: Warning: Skipping the cache update for ...

Custom Transition Notification Events do not update in the Event Graph when their name is changed in the Locomotion State Machine

UE - Anim - Runtime - Apr 14, 2020

It seems like the name will not update for the already place node automatically, however if a new one is created, the old name no longer appears in the node list and only the event node with the cha ...

Character Movement Mode in Water Volume is affecting all clients

UE - Gameplay - Player Movement - Dec 16, 2019

Strange behavior concerning Character Movement Network Replication and a Water Physics Volume.  Upon entering water volume, Character Movement mode is set to swimming, however if more than one clien ...

Reimporting sprite sheets does not work correctly if the editor has ever been closed and reopened since initial import

UE - Gameplay - Paper2D - Aug 1, 2020

UPaperSprite::PostLoad() now sets BakedSourceTexture, BakedSourceUV, and BakedSourceDimension (if AtlasGroup is nullptr). There's nothing in reimport that sets them, so they are stale/latch to the ...