Editing Struct variable types can cause pins of an array of that struct to become disconnected

UE - Gameplay - Blueprint - Jun 6, 2016

When changing the variable type of a variable in a struct, it can cause some pins related to arrays of this struct to become disconnected. The project provided was from the Marketplace, entitled "Su ...

Max Angular Velocity Value Being Reset

UE - Gameplay - Jun 6, 2016

The value of Max Angular Velocity on a component is being reset after changing the value and compiling the blueprint. Found in 4.12 binary, reproduced in Main CL 2994701. Could not reproduce in 4. ...

Animated FBX with no bones imports with jittery rotation

Tools - Jun 6, 2016

Animated FBX with no bones imports with jittery rotation ...

Set World Scale 3D on Attached Actor Allows Character to Jump Through Collision

UE - Gameplay - Jun 6, 2016

The collision of the cube static mesh is not blocking the character after Setting World Scale 3D while it is attached to another actor using the AttachToActor node. ...

Crash when using Landscape when building lighting with commandlet

UE - Graphics Features - Jun 6, 2016

When using the new Rebuild Lighting commandlet will cause a crash with any level that builds when it has a landscape in the scene. https://github.com/EpicGames/UnrealEngine/commit/f89256dd0efb7d0b ...

No collision is generated on PaperTileMapComponents that are generated at runtime

UE - Gameplay - Paper2D - Jun 3, 2016

When a PaperTileMapComponent is generated at runtime, the collision that it should have is not generated along with it. This can (oddly) be remedied by selecting the component itself in the details ...

A Function whose declaration is in a platform specific "If" block cannot be bound to a delegate

UE - Foundation - Core - Jun 3, 2016

Functions whose definition is in a platform specific "if" block cannot be bound to a delegate and also causes an assert when beginning to play in PIE for the first time since compiling, but the asse ...

Blueprint fails to compile when adding new member to struct that is an input parameter of implemented interface function

UE - Gameplay - Blueprint - Jun 3, 2016

Adding variables to a structure that is an input parameter of an interface function causes a compile error in any blueprint that implements the interface until the interface is recompiled. Compile ...

VOIP does not work in NULL OnlineSubsystem in ShooterGame or QAGame.

UE - Audio - Jun 3, 2016

VOIP does not work in networked projects. This was tested in QAGame and ShooterGame. We made sure to enable Voice in both the BaseEngine and DefaultEngine (in both projects). Ducking appears to w ...

Can perform infinite "double jumps" when JumpMaxHoldTime is greater than 0.

UE - Gameplay - Player Movement - Jun 3, 2016

There's a bit of broken (or missing) logic in ACharacter that doesn't account for users having released the jump button. This is a well known issue, and there's even video's describing how users can ...