Re-parenting blueprint actors do not lose interfaces associated with their previous parent blueprint

UE - Gameplay - Blueprint - Jul 23, 2015

Re-parenting blueprint actors do not lose interfaces associated with their previous parent blueprint. Interfaces and interface functions can no longer be deleted from the re-parented actor. ...

Player state on clients does not get set properly

UE - Networking - Jul 23, 2015

When playing in Standalone with multiple characters there's the the chance that one of the player states does not get set and remains null. This is not a 100% repro case. Multiple tests may be req ...

Physics Constraint doesn't hold if one Component is used for constraint

UE - Simulation - Physics - Jul 22, 2015

Physics Constraint doesn't hold if one Component is used for constraint User Description: Hello, I recently updated the project from 4.7.6 to 4.8.2 and the physics constraint don't seem to work an ...

AnimNotify triggering all play sounds at once in Matinee Animation Track

OLD - Anim - Jul 21, 2015

Placing a series of Play Sound Anim Notifies in an Animation and looping or playing that animation via Matinee multiple times causes the sounds to play all at once at the initial trigger of the anim ...

CapsuleComponent with CCD on will push and pull any simulated physics objects when close but not in contact with the capsule

UE - Gameplay - Jul 21, 2015

When using a capsule component for the character with CCD enabled there can be a force that pulls or pushes simulated meshes that are never touched by the capsule. Demonstration video attached. As ...

Assigning a Material with a SceneTexture Node to a Particle System Crash

UE - Graphics Features - Jul 21, 2015

Plugging in a SceneTexture:WorldNormal masked to RG into the Opacity of a Translucent Default Lit Material and assigning this material into a Particle System will crash the editor. Crash Reporter: ...

Steering Curve property does not affect steering

UE - Gameplay - Jul 21, 2015

Setting the Steering Curve of a vehicle movement component has no affect on the turning of the vehicle during play. ...

Crash upon attempting to compile a blueprint while Git source control is active

If a user connects to source control through the Git plugin and creates a repository, when they try to compile a blueprint, they can sometimes crash ...

Perforce setup with SSL on Linux fails

UE - Platform - Linux - Jul 20, 2015

Unable to connect project to Perforce using SSL on Linux. Linux uses stub libs for SSL rather than linking against full SSL libs. ...

Constraints are broken when capsule component height changed

UE - Simulation - Physics - Jul 20, 2015

James: I think we currently recreate the capsule body when you change dimensions, should just change the shape instead. – DisableCollision is reset if constrained Capsule Component height is change ...