MassInKg override resets to 0

UE - Simulation - Physics - Aug 23, 2016

In the details for a Static Mesh Actor, MassInKg resets to 0 when the user tries to set it to something else. I couldn't reproduce this issue in 4.13. ...

WMF Media Audio Quality needs Improvement

Media Framework - Aug 23, 2016

Failure saving blueprint after renaming component variable - engine transient

UE - Gameplay - Components - Aug 23, 2016

Attempting to save a blueprint that makes use of a component whose variable has just been renamed fails due to the following error.Can't save [asset path].uasset: Graph is linked to private object(s ...

Match3 crashes on device after locking and unlocking the screen on iOS

Tools - Aug 23, 2016

Aug 23 15:25:15 A6240 UnrealMatch3[987] <Warning>: Assertion failed: CommandEncoder.IsRenderPassDescriptorValid() [Link Removed] [Line: 700] Match3 does not resume after locking and unlocking the s ...

Can only render Matinee movies with Separate Process

Tools - Aug 23, 2016

Can only render Matinee movies with Separate Process. ...

Particle Collision(Scene Depth) does not work when inside a Planar Reflection Bounding Box

UE - Graphics Features - Aug 23, 2016

Whenever a particle system utilizing GPU sprites with collision is enveloped within a planar reflection bounding box, the collision stops working. ...

Seamless travel not supported in single process warning while single process PIE is disabled

UE - Networking - Aug 23, 2016

I initially noticed this when I had it set to a single process, but the same error was occurring when I had single process turned off. To double check that Seamless travel was enabled I ran the con ...

Packaged project crashes when playing sound from blueprint library with enum input after nativizing blueprints

UE - Gameplay - Blueprint Runtime - Aug 23, 2016

Packaged project crashes when playing sound from blueprint library with enum input after nativizing blueprints. Frequency: 5/5 Notes If nativize blueprints is turned off, the packaged project wor ...

FSkeletalMeshMerge::CalculateLodCount calculates minimum LODs improperly

UE - Gameplay - Aug 23, 2016

CalculateLodCount tries to bound the output LOD count as at least one (count >= 1), but actually bounds it as no more than 1 (count <= 1). Just need to change a FMath::Min to FMath::Max. ...