Blueprint Function Library functions have a world context pin by default even when not necessary or desired

UE - Gameplay - Blueprint - Dec 16, 2016

Blueprint Function Library functions have a world context pin by default which makes it impossible to call them from blueprints who's parent class does not provide a GetWorld implementation. It seem ...

Undocked Windows with a hidden tab cannot be unhidden, moved, or docked any longer.

Tools - Dec 16, 2016

Any undocked windows that have their tab hidden cannot be unhidden and the window cannot be moved. This is problematic because one this is done even if you close the window and reopen it via the Win ...

Duplicate destructible mesh actor has Destructible mesh value set to none

UE - Simulation - Physics - Destruction - Dec 15, 2016

After duplicating a destructible mesh in the level, in the Details panel for the duplicate, the Destructible Mesh setting will be listed as "None" rather than carrying over the mesh set in the origi ...

Destroying Actor via RepNotify After Seamless Travel Causes Pending Kill Warning

UE - Networking - Dec 15, 2016

Attempting to destroy an actor via a repnotify after seamless travel is causing the actor to fail to be destroyed because of a pending kill warning: [2016.12.15-19.10.13:936][574]LogNetPackageMap:W ...

Cannot Focus on Meshes with Origins that Place them Beyond the Skydome in the Static Mesh Editor Viewport

Tools - Dec 15, 2016

When you have a mesh whose origin is distant enough that it places the mesh itself outside the skydome in the Static Mesh Editor Viewport, you cannot toggle "F" to focus on the mesh, thus making it ...

Bone Hierarchy not updated when reimporting skeletal mesh

UE - Editor - Content Pipeline - Import and Export - Dec 14, 2016

Bone Hierarchy not updated when reimporting skeletal mesh. Now, I get that updating the skeleton hierarchy could be disastrous if you had another mesh using the same skeleton and that it'd be reall ...

GPU Particles Do Not Use Local Space For Axis Lock

UE - Niagara - Dec 14, 2016

When using local in an emitter GPU sprites won't honor this setting with the lock axis module. ...

Mouse capture gets caught by default created PlayerController

UE - Editor - UI Systems - Slate - Dec 12, 2016

In PIE games, it looks like this may be caused by the window immediately taking control of the mouse and setting up focus. In networked games, clients call ULocalPlayer::SpawnPlayActor which will c ...

On attempting to export an Infiltrator Demo animation from the content browser nothing will be created

OLD - Anim - Dec 12, 2016

It seems for some reason that animations from the Infiltrator demo, do not export when export is selected from the content browser. Workaround: However if export is selected from persona the animat ...

Clear Timer by Function Name does not appear to be callable from a widget blueprint if the function is owned by a UObject

UE - Editor - UI Systems - Dec 12, 2016

Clear Timer by Function Name does not appear to be callable from a widget blueprint if the function is owned by a UObject. The Timer clears when the custom event is called by other blueprints, howev ...