User confusion over Visibility/Hidden in Game track

UE - Anim - Sequencer - Sep 6, 2016

User confusion over Visibility/Hidden in Game track. We're running into some issues where it's only switching Hidden in Game when you Play, which essentially does nothing with lights, among other p ...

UAnimNotifyState NotifyEnd / NotifyBegin called when setting GlobalAnimRateScale to 0 / non-zero respectivey

OLD - Anim - Sep 26, 2016

The issue seems to have a few parts. First, active events don't persist between frames. Instead, a new active list is created each frame and diffed against the previous frame. Added events have Beg ...

TRACKS: Icons occluded when track/actor name is longer than the panel

UE - Anim - Sequencer - Feb 11, 2016

Icons are being occluded when you shrink the actor panel in Sequencer. The expected behavior from the rest of the editor is to prioritize the functional UI elements [Image Removed] ...

Connecting a Client to a Server in PIE with Auto Connect to Server disabled will crash the editor

UE - Networking - Feb 22, 2016

Connecting a Client to a Server in PIE with Auto Connect to Server disabled will crash the editor. EDIT: simple test project attached. Make sure Auto Connect to Server is disabled, and PIE with 2 p ...

InterpToMovement Component Causes Crash During PIE

UE - Gameplay - Feb 23, 2016

When using an InterpToMovement component in a blueprint with the "Auto Update Tick Registration" and "Auto Register Updated Component" options unchecked, PIE will result in a crash. Found in 4.10. ...

Alembic Geometry Cache files does not honor the flag for Receive Decals when using DBufferDecals

UE - Graphics Features - Nov 23, 2016

DBuffer Decals have no effect when setting the flag for Receives Decals for an Alembic Geometry Cache actor. Alembic imports for Static Mesh and Skeletal Mesh are unaffected and work as intended. ...

Mesh reduction crash with asset imported using FBX Scene Importer

UE - Graphics Features - Nov 30, 2016

The editor will crash when using Mesh Reduction on an asset imported using the FBX Scene Import options. This same asset will not crash the editor if it has been imported using the normal Import opt ...

Collision is not generated for Planes

UE - Gameplay - Jan 30, 2017

Single Planes do not generate collision on import or with the Convex Decomposition window. Workaround: box Collision can be added via the Collision > Add Box Simplified Collision. I checked as fa ...

SetVectorParameterValueOnMaterials In Construction Script Not Working in Packaged Game

UE - Gameplay - Blueprint - Mar 1, 2017

Set Vector Parameter Value on Materials doesn't seem to have an effect in packaged games if used in the construction script. Using it on Begin Play works as expected. This did not occur in 4.14.3. ...

Inconsistent Spectator Camera Behavior When Run Dedicated Server is Enabled

UE - Networking - Apr 12, 2017

Spectator cameras don't seem to be set to the correct transform when the ChangeState/ClientGoToState functions are called when using a dedicated server. After testing on a listen server, it appear ...