Landscapes do not render on PowerVR device

UE - Platform - Mobile - Sep 2, 2016

When using a level with a landscape on an Android Device with a PowerVR gpu the landscape is not rendering. This was reproduced with Asset# 4719Model: Galaxy S4 GT-19500GPU: PowerVR SGX544MP3OS: 4. ...

Convert selected components to Blueprint Class will crash if the Actor is not tagged as BlueprintSpawnableComponent

UE - Gameplay - Components - Sep 2, 2016

The editor will crash when using "Convert Selected Components to Blueprint Class" for actors that the root component is not tagged as a BlueprintSpawnableComponent. ...

Cannot Save Blueprint if Get All Actors of Class In Param is a Level Class

UE - Gameplay - Blueprint - Sep 2, 2016

When trying to get all actors of a level class, the blueprint that the node is contained in cannot be saved. ...

FIndexedCurve::KeyHandlesToIndices not replicated causing crash.

Tools - Sep 1, 2016

FIndexedCurve::KeyHandlesToIndices is not replicated, and so seems to be permanently out of date. This isn't readily apparent when there are more keys than the default amount, but when removing keys ...

FXAA doesn't work if you replace the tonemapper with a material postprocess

UE - Graphics Features - Sep 1, 2016

As reported on UDN. If using a custom postprocess which replaces the tonemapper, FXAA doesn't work. ...

[CrashReport] UE4Editor_MaterialEditor!CastChecked<UMaterialGraphNode,UEdGraphNode>() [casts.h:192]

UE - Rendering Architecture - Materials - Aug 31, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...

[CrashReport] UE4Editor_UnrealEd!SaveWorld() [filehelpers.cpp:359]

Tools - Aug 31, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: !bIsReentrant [L ...

Scene color is copied every draw call if materials read from it (redundant copy optimization is broken)

UE - Graphics Features - Aug 31, 2016

See TranslucentRendering.cpp // todo: this optimization is currently broken DrawingContext.bSceneColorCopyIsUpToDate = (DrawingContext.TranslucenyPassType == ETranslucencyPass::TPT_Separat ...

GPUFree is called on allocations not made with GPUMalloc

UE - Platform - Console - Aug 30, 2016

GPUFree is sometimes called on allocations not made with GPUMalloc. Later this will cause GPURealloc to be called with invalid values and cause a crash. This can occur with vertex buffers. ...

The Merge Actors Tool doesn't account for rotated collision shapes when doing non-uniform scaling

UE - Gameplay - Aug 30, 2016

Collision shapes for merged actors using the Merge Actor tool do not account for the rotation of the actor when combining the data. It looks like the X and Y collision shape rotation in the world ...