There is an issue when attempting to reorder blueprints where Blueprint Function Reorder displays error tooltip when trying to reorder functions. In previous engine versions, functions could not be ...
AnimCurveCompressionSettings's codec is reset to CompressedRichCurve when user open the project, so user can not keep the state changed to UniformlySampled. The following code in the constructor of ...
As per a bug report from Pixomondo: if there are two static meshes in the scene and one has a rotation, it gets a GPULM bake artifact as if it is intersecting with the unrotated version of itself. S ...
I was unable to reproduce this locally, but a licensee reported having trouble creating a local installed build of the Engine with only Visual Studio 2017 installed. The licensee reported that the S ...
When creating a Post Process material in 4.19 with a Custom expression that uses FScreenSpaceData, material editor is unable to compile, and material renders incorrectly. This does not happen in 4.1 ...
Listen servers that do not have a microphone hooked up are dropping clients that do have microphones when the client attempts to transmit voice. The log contains the following errors: [2017.03.28- ...
A user has reported that using a GameplayTagContainer can cause a packaged build to crash when EDL is enabled in certain cases. In this case, if the base C++ class that includes this GameplayTagCont ...
Per poly collision does not update with morph targets. Occurs with per poly collision enabled in both skel mesh editors and in details of editor. Video from user can be found in project folder att ...
This seems to be related to the fix for [Link Removed]. Part of that fix made sure that the child actor component recreates the child actor when GIsReconstructingBlueprintInstances is true, as previ ...
When inspecting a TMap variable during runtime, the value of the variable is not displayed properly inside VS2015. Screenshots included to show what the TMap variable looks like in VS2013 (ProperTM ...