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

ARSharedWorld, AREnvProbe, and ARSaveLoad fail to build for iOS with clang error

UE - Platform - Mobile - Jul 18, 2019

ARSharedWorld fails to package at the build command for iOS with the following messages. Packaging (iOS): [1/4] sh /Volumes/Storage/Workspaces/Release/Samples/AR/ARSharedWorld4.23/Binaries/IOS/ARS ...

When welding a procedural mesh component to a non-physics simulated static mesh that overlap they collide continuously

UE - Simulation - Physics - Jul 18, 2019

When attaching a Procedural Mesh Component with a copied static mesh to a static mesh component the two meshes collide and "push" each other (go flying on play). Weld is to be used for simulated ph ...

[CrashReport] UE4Editor-AnimationBlueprintEditor!FAnimGraphConnectionDrawingPolicy::BuildExecutionRoadmap() [AnimGraphConnectionDrawingPolicy.cpp:27]

OLD - Anim - Jul 17, 2019

Generated from CrashReporter Similar to [Link Removed] but in UE4Editor-AnimationBlueprintEditor ...

"Render in main pass" setting appears to be ignored when using ES3 and "Render in Custom Depth" is enabled

UE - Platform - Mobile - Jul 17, 2019

it appears that meshes cannot be removed from the main pass and still write to the custom depth pass when using ES3.1 ...

Texture Object Parameter Being Read Even If It Is Not Used In a Material

UE - Graphics Features - Jul 17, 2019

Texture Object Parameter Being Read Even If It Is Not Used In a Material.  Working as expected in 4.21 CL# 4753647 Found in 4.22 CL# 7053642, 4.23 Preview 2 CL# 7321677, 4.24 CL# 7329126 This is ...

Textures are Blurry when Scaling an Actor While r.Streaming.DropMips is Set to 2

UE - Graphics Features - Jul 17, 2019

If a BP actor containing textured static meshes starts with a small transform scale, when scaled up, the texture streamer fails to load in the higher mips and the texture looks blurry. Working as e ...

Using xcode-select to switch between Xcode 10 and Xcode 11 beta can cause Xcode 11 to be unrecognized by the editor

UE - Platform - Apple - Jul 16, 2019

After switching from Xcode 11.0 Beta 3 (11M362v) to Xcode 10 (10A255) and then back to Xcode 11, the editor no longer recognized that Xcode was installed on my machine when trying to use Xcode 11 as ...

Niagara Memory Leak in vertex buffer when increasing particle spawn rate on CPU sims

UE - Niagara - Jul 16, 2019

Increasing the spawn rate of a CPU particle sim will cause a memory leak in the vertex buffer.  ...

Controller Assignments appear incorrect for UI when "Skip Assigning Gamepad to Player 1" is set to true

UE - Editor - UI Systems - Jul 16, 2019

When using a controller to navigate/ interaction with UI it appears that the "Skip Assigning Gamepad to Player 1" option is not taken into account when assigning input for UI. ...