Shallow water areas in scenes with exponential height fog will be brighter than they should be. Possibly due to the fog being applied twice in the SingleLayerWater shading model. ...
If some sequencer events are added to LatentAction queue while calling SetPlaybackPostion using Play method, the events will not be digested. So the LatentActions cause that ensure condition failed ...
For UMG delegates, we currently have a fixup pass that ensures that bound functions match the signature of the native delegate. However, the fixup appears to use the wrong function name, which cause ...
When looping the attached sound, there is a noticeable pop on the loop boundary when the codec is Bink that is not heard on other codecs. ...
When adding text after switching from half-width to full-width input using Microsoft IME, there may be a delay of about 3 seconds before the text can be entered correctly. This is supposed to occur ...
Adding a media track(.mp4/avi) into a level sequence causes the editor to hang when scrubbing the timeline, or enabling/disabling the media track. ...
When an Actor is duplicated in the editor inside a world partition level it maintains references to the Actor it is a copy of. This can cascade, i.e. Actor C, which is a copy of Actor B which is a c ...
The licensee was not able to make static meshes with the correctly disabled sections from a skeletal mesh in the current implementation of the "Make Static Mesh" button in the editor. They have prov ...
In /Game/ABPLinkingShowcase/Blueprints/Pawn_ABPLinkingCharacter: The character mesh’s root location is lower than the capsule’s lowest point. This is what causes the issue. Based on the event graph, ...