Since changing the temporal history buffer to 11:11:10 from FP16, it looks as there is visible dithered quantization to remove banding when rendering. (Taken from conversation on Forum Post linked f ...
Constraints (UTickableConstraint) are usually created throuh the "Animation" tab available in the Editor's "Animation Mode". When created through that interface while Sequencer is open, the internal ...
Shader Template files like MaterialTemplate.ush do not submit previous chunks when encountering a `%` character, unless that `%` character is `%s` or `% {...} `. Because the error is happening ...
Context: Some ActorComponents can schedule end-of-frame work which UWorld executes later in the frame in UWorld::SendAllEndOfFrameUpdates(). By-design it appears that it's not allowed to schedule mo ...
Opening the maps from the Soul: City asset pack on Linux causes a crash. This seems to be rendering related. It was originally reported as a Vulkan specific issue but we've reproduced it without Vul ...
When in PIE changing Actor Coloration view modes from the viewport visualisation mode [Liit] -> [Actor Coloration] -> ... Does not update correctly when switching view mode and sometimes isn't corr ...
When playing matinee, scrubbing can cause sound to keep playing when it isn't triggered Note: This was entered as a bug to re-work the fix from the pull request found here: [Link Removed] ...
Setting the Collision Channel to anything other than World Static will reset on closing and restarting the editor. ...
From [Link Removed], licensee reports We believe that querying the UIInterfaceOrientation via UIApplication on the game thread is the issue here. We have made changes to IOSInputInterface.cpp and I ...
Updating Visual Studio 2015 to Update 3 prevents code projects from compiling / creating new code projects ...