Previewing a Node in a UI Material will not show anything, or will remain showing what is placed in Final Color. This issue appears to be fixed in Dev-Main as of CL-2914624. ...
If two custom classes are created in C++ (Class A & B) and a reference to Class A is created as a member of Class B and initialized in Class B's constructor, the editor will crash once a blueprint o ...
When using a controller in HTML5, the project crashes within the browser. However, this does not occur on Google Chrome. FireFox/Nightly crashes on launch on as well as packaging and running the pro ...
If you pass the result of FDateTime::UTCNow in into FText::AsTime with your windows time zone currently set to Eastern Time (UTC-5 hours), it will NOT take into account daylight savings. ...
Converting a project from 4.8.3 to 4.10.4 causes external reference spam in the message log>map check window. Seems directly related to [Link Removed]. Making new jira on request. ...
An Animation Track that references a Blend Shape, Morph Target, Animation will not play when you play from Level Sequencer in Editor unless you turn off real time. Also it seems if Realtime is turn ...
If a new editor plugin has a button added with OnClicked functionality, the editor will crash immediately when accessing the plugin. Removing the OnClicked portion of code allows the plugin to be a ...
Update 4/6/2016 This appears to occur with other Set by ref nodes as well. Tested and received crash with Integer as well. ======================================================================== ...
Matinee Movie Captures are rendering with distortion both video captures and Image Sequences when the aspect ratio is set to 2:1. [Image Removed] ...
The TUnion copy constructor causes the editor to toss an assert due to it claiming that the passed in TUnion is of an Unrecognized TUnion subtype. ...