It looks like the Output Folder definition in the Render Movie option of Matinee is causing an issue when trying to capture Movie, if changed to a shorter file path (Desktop as opposed to Users[User ...
This is a regression exposed at CL 3242934 - QAGame: Adding test content to QA-Sequencer for Override Bindings. Crash does not occur in 4.16. I'm not certain how the content changes are triggering ...
The new Level Visibility track creates a Visible track that appears that it is created in the middle of the sequencer tracks. You are able to move the Visible track up flush with the timeline by cl ...
Using the GetSubPaths command in Standalone does not return any paths. From the answerhub user's research, it seems that CachedPathTree in AssetRegistry.cpp is not being initialized like it is in ei ...
Calling SetIsEnabled on a UMG button in code will prevent any UMG input from being read (can't click other buttons/checkboxes, can't enter text into field, etc). Regression: No - code used does not ...
Information loss when merging actors such as cast shadow and collision. If one of the actors being merged has a different setting such as not casting shadows. This information will be lost and repla ...
In the Static Mesh Editor, Enabling Vert Colors causes high exposure in the viewport. Workaround Disable Auto Exposure in the Project Settings > Rendering > Default Settings This is a Regression ...
While AdHoc testing in //UE4/Release-4.16 CL 3437809 in Binary – I found that deleting the projectBP folder of any Template project causes an ensure. I believe this issue is due a step in the garbag ...
The Editor will hang on Mac if Japanese input is selected on the Mac and the window to select the parent class for a new Blueprint is opened with the All Classes section expanded. REGRESSION: No. T ...
When an enum variable is added to a BP struct, saving the struct causes the enum to display its type as a Byte rather than the specified enum. Regression: Yes - This behavior does not occur in 4.16 ...