SkyLight makes level entire green on Android devices

UE - Platform - Mobile - Aug 10, 2016

https://udn.unrealengine.com/questions/305453/skylight-makes-our-level-entire-green.html Licensee was seeing this only on this device: SM-G906S Android 5.0.1 Adding glFlush call in CaptureSceneToS ...

Draw Texture using Modulate Blend Mode renders Black

UE - Graphics Features - Aug 9, 2016

When using the Draw Texture with the Canvas Render Target 2D as the Target within blueprints, the rendered texture will produce a black result if set to Blend Mode : Modulate. The other blend modes ...

Cannot add Instanced UObjects to ActorComponents who belong to Actors placed in the level.

UE - Gameplay - Blueprint - Aug 9, 2016

When a Actor Blueprint is placed in the world with a TArray of instanced UObjects, the + button to add a new instance of the object wont create a instance of the object. ...

Expose Component Replication in ActorComponent

UE - Gameplay - Aug 9, 2016

UActorComponent has hideCategories=(ComponentReplication) set in the UClass macro preventing uint32 bReplicates:1; to be set as a default setting. ...

Light min roughness set to 0 will create black artifacts on materials with negative roughness value

UE - Graphics Features - Aug 9, 2016

Any light's min roughness setting creates black artifacts with materials who have a roughness value less than 0. The min roughness must be =< 0. ...

Calling InstanceStaticMeshComponent::AddInstance in code causes the editor to crash when setting non-Zero rotation

UE - Graphics Features - Aug 9, 2016

Attempting to add an instance to an Instance Static Mesh Component at runtime through code causes the editor to crash. ...

Dedicated servers keep memory of last loaded map, resulting in memory leak when transitioning between maps

UE - Networking - Aug 9, 2016

As mentioned in closed bug [Link Removed], memory isn't being freed when the server changes maps. ...

Destructible component doesn't register hit event with Landscapes

UE - Simulation - Physics - Destruction - Aug 9, 2016

Destructible component doesn't register hit event with Landscapes. The only way to get the Destructible to register the event is to enable Impact Damage on the Destructible mesh. User Description: ...

Get Instances Overlapping Box node does not pick up overlapped instances

UE - World Creation - Worldbuilding Tools - Foliage - Aug 9, 2016

Get Instances Overlapping Box node does not recognize instanced meshes overlapping the box. The bounds of the box make no difference, nor does having the box test for instances within the same bluep ...

WorldSettings::Pauser doesn't always replicate when the game is paused.

UE - Networking - Aug 9, 2016

Variable "Pauser" in World Settings is often not replicated to the clients when the game is paused. ...