DBuffer Decals render on top of Foliage

UE - Graphics Features - Sep 18, 2015

This is the same issue found in [Link Removed]. Foliage will not act as an occluder as expected with painted foliage. [Image Removed] Also reproduced in Main CL-2689138 ...

Initial Modules are clamped to a 0 to 1 time range

UE - Graphics Features - Sep 18, 2015

The Initial Modules appear to be clamped to a zero to 1 time frame since 4.8 was released. Projects that are converted from 4.7.6 will have correctly working particle systems, but adding a new part ...

Touch events may have wrong location from BindTouch delegate

UE - Platform - Mobile - Sep 17, 2015

Only the last touch event's location in the frame is used to send all events for a given finger index. A finder index may be reassigned after a release by another press in the same frame from a ver ...

Graphical Artifacts in Editor with Macs using Certain AMD Graphics Cards

UE - Graphics Features - Sep 17, 2015

Users are reporting black and splotchy like graphical issues in their projects when working on a Mac and using an AMD graphics card. The user in the link provided mentions, "that UE 4.8.3 is withou ...

RHIGetAvailableResolutions returns duplicate entries when bIgnoreRefreshRate is false

UE - Rendering Architecture - RHI - Sep 17, 2015

When the RHIGetAvailableResolutions function fills the array that is passed in as the first argument, it will end up filling some slots with duplicate resolutions (including refresh rate) when the b ...

Mesh not rendered if rootbody not in frame

OLD - Anim - Sep 17, 2015

If you move your camera where it does not look at the rootbody of a skeletal mesh the mesh will disappear. ...

Level Blueprint's Parent Class can be set to another Level Blueprint's generated class

UE - Gameplay - Blueprint - Sep 16, 2015

You can assign the Parent Class of Level Blueprint to be the generated class of another Level Blueprint, which gives you the following "Graph is linked to object(s) in external map" error if you try ...

Teleport only affects static mesh of destructible meshes, collision remains at original location

UE - Simulation - Physics - Destruction - Sep 15, 2015

Teleporting a destructible mesh only transports the mesh of the object, the collision remains where it was originally located. Further, if the player runs into the collision, the static mesh will re ...

Renaming components in blueprints resets default values for all instances

UE - Gameplay - Blueprint - Sep 15, 2015

Renaming a blueprint component and presing ocmpile will reset any altered instances of the blueprint to default values. ...

Reset Instance Changes to Blueprint Default does not revert changes made to instances

UE - Gameplay - Blueprint - Sep 15, 2015

creating an instance of a blueprint and making changes to the instance will not respect "Reset Instance Changes to Blueprint Default" when pressed from Details Pane. ...