Render Target Is Jittery/Blurry When Used With A Scene Capture Component

UE - Graphics Features - Sep 19, 2019

Render Target is Jittery and Blurry When Used with a Scene Capture Component. Found in 4.23 CL# 8386587, 4.234 CL# 8748719 This is a regression. ...

Morpher Animation incorrect if Names Overlap on Imported Mesh

UE - Editor - Content Pipeline - Import and Export - Sep 19, 2019

Overlapping names are imported (with extra renaming), however they fail to attach the animation. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, and 4.24 CL# 8748719 ...

iOS App Store ITMS-90809: Deprecated API Usage from UIWebView APIs

UE - Online - Sep 19, 2019

Users are receiving "ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See [Link Removed] for more information. " issue when submitting apps. ...

Default Values missing from Local Variables in Blueprint Actor Construction Script

UE - Gameplay - Sep 19, 2019

Specific to the Blueprint Construction Script, Local Variables cannot have their value set in the Editor, because the "Default Value" section of the Details tab will never appear. This only affects ...

GenerateVisibileRayTracingMeshCommands Severely Reduces Foliage Performance Even if no RayTracing is Used

UE - Graphics Features - Lumen - Sep 18, 2019

GenerateVisibileRayTracingMeshCommands Severely Reduces Foliage Performance Even if no RayTracing is Used. Found in 4.23 CL# 8386587 and 4.24 CL# 8748719 ...

Niagara crashes with skeletal mesh sampling in GPU system in Vulkan

UE - Niagara - Sep 17, 2019

Switching over to GPUCompute with Skeletal mesh surface sampling will crash in Vulkan. This does not occur with CPU sims or in D3D. When testing with D3D I would get the same Niagara compile warning ...

GameplayAbility Blueprint's FGameplayAttribute does not retain value reference upon Compile

UE - Gameplay - Sep 17, 2019

GameplayAttribute-type function arguments in BP-callable functions(I.E a Blueprint event graph) or nodes have their value reset on BP compilation ...

Diffing Tool showing false positive when diff'ing identical blueprints using FText input pin

UE - Editor - UI Systems - Localization - Sep 17, 2019

When diffing the two blueprints, the FText values are deemed different when they are the same. A workaround has been found by doing a pure string-compare for FText inside "GraphDiffControl::ArePinsD ...

Root motion with SubAnimInstance can cause notifies to not trigger.

OLD - Anim - Sep 16, 2019

Setting up root motion in a sub instance to RootMotionFromEverything seems to cause the sub instance to evaluate, and override the notifies of the animation that was playing, which prevents the noti ...