Ensure When Pasting Timeline Node that was Previously Connected to a Node into a Function

UE - Gameplay - Blueprint - Nov 4, 2016

An ensure is occurring when pasting a timeline that was once connected to a node into a function in blueprint. Regression: No, this also occurs in 4.12.5. ...

Standalone window played from editor hits assert Index >= 0 in UObjectArray

UE - Gameplay - Blueprint - Sep 23, 2016

Standalone window in editor will hit assert in a bit of time. Issue doesn't happen is playing standalone via Visual Studio. ...

Access violation when calling Stop + SetSequence from Event set in Event Track

UE - Anim - Sequencer - Sep 5, 2016

When using the Event Track to call an event in the Level Blueprint that stops a LevelSequence and then assigns that LevelSequence from another will result in an Access Violation. ...

Using r.RenderTargetPool.Events in debug configurations causes breakpoint in VS

UE - Graphics Features - Mar 3, 2016

Building a project in a debug configuration and then running through VS debugger will trigger a breakpoint if the console command 'r.RenderTargetPool.Events' is used. ...

Unselecting (As pin) Blend Space causes AimOffsetBlendspace Node to Become Inoperable

OLD - Anim - Aug 10, 2015

Unselecting "(As pin) Blend Space" in the Details panel causes AimOffsetBlendspace Node to become inoperable so that it will need to be replaced altogether. *See attached screenshot. ...

Get Oculus Identity nodes appears to always fail when retrieving Oculus Id/ Oculus Name

UE - Platform - XR - Dec 23, 2016

Get Oculus Identity nodes appears to always fail when retrieving Oculus Id/ Oculus Name ...

A hashable struct key for a TMap cannot be seen or modified in Blueprints

Tools - Feb 28, 2017

TMaps that use hashable structs as the key cannot have the key set for an element that is added to the TMap in a Blueprint. A default value is set, but it cannot be seen or modified. ...

Google VR Freezes up when touching a text box

UE - Platform - XR - Mar 29, 2017

Google VR Freezes up when touching a text box This was tested on the Google Pixel XL ...

OculusRiftSplash - using deltaRotation causes flickering

UE - Platform - XR - Apr 5, 2017

Originally reported through UDN ...

Undoing a change to the content of a Text widget while it is still selected causes an assert

UE - Editor - UI Systems - Jul 17, 2018

Hitting undo on a text widget while it is still selected will cause an assert. This appears to happen because the widget loses focus and attempts to commit it's text while still processing the undo, ...