Possession acts differently depending on whether or not "Run as dedicated server" is checked if newly possessed pawn is spawned just before possession

UE - Gameplay - Mar 31, 2015

If a player on a dedicated server attempts to possess a feshly spawned pawn, the blueprint must have an unpossess node just before the possess node to be able to possess the pawn. This is not the ca ...

Turning off Apply Wind after switching tabs crashes editor

OLD - Anim - May 27, 2015

In the Skeletal Mesh editor, turning Show>Clothing>Apply Wind while switching tabs causes a crash. For example, turn it on while in the Mesh tab. Switch to Animation Tab and then back to Mesh. Turn ...

Project Launcher Back Icon Disappears when 'Use Small Toolbar Icons' is Enabled

Tools - Mar 31, 2015

With 'Use Small Toolbar Icons' checked in the 'Editor Preferences', the 'Back' button within the 'Project Launcher' disappears. The expected would for the button to get smaller and not vanish entir ...

Setting the Falloff Distance of a Sound Wave/Cue to 0.0 will no longer Play Sound

UE - Audio - Jan 13, 2016

As the title suggests, whenever you add a Sound Cue or Wave to a level and set it's 'Falloff Distance' to 0.0 the sound will no long play. I have attached a project to provide a simple regression t ...

Material Function CylindricalUVs is missing the Object Position

Docs - Samples - Sep 29, 2014

The Material Fucntion CylindricalUVs is missing the Object Position node ADDITIONAL NOTES: You can see the UVs wrapping around 0,0,0 without the position node attached, instead of the mesh's pos ...

Particle Sprites Location jumps when Engine delta time stutters

UE - Graphics Features - Feb 11, 2015

Particle Sprites will jump forward in level when engine delta time stutters due to a instant pushed rendering queue. [Link Removed] ...

Having a movable directional light on an Android device, will cause the shadows to show as inverted

UE - Platform - Mobile - Feb 3, 2015

If you make the Directional light in a level movable and then deploy to an Android device, the Shadows in the level will appear reversed when you glance around the level. Tested on a Nexus 5. Te ...

UUserWidget::bIsFocusable serialization issues

UE - Editor - UI Systems - Mar 29, 2016

See repro steps. Workaround Unset and set bIsFocusable on widget's class will allow bIsFocusable to be set and persist on the nested instance. ...

Users custom AI-heavy project crashes if anything is Built

UE - Gameplay - Feb 2, 2015

Users custom AI project crashes if anything is Built. (All, Lighting, Geometry, etc.) The project can be played but receives a message during play that the Navmesh needs to be rebuilt. ...

Child BPs created from Parent BPs that include nodes attached to the Event BeginPlay, Event ActorBeginOverlap, or Event Tick nodes include a Parent call in the Event Graph by default

UE - Gameplay - Blueprint - Mar 7, 2015

Child BPs created from Parent BPs that include nodes attached to the Event BeginPlay, Event ActorBeginOverlap, or Event Tick nodes include a Parent call in the Event Graph by default. This is incons ...