Crash when launching Animation level of ContentExamples onto Mac

OLD - Anim - Mar 6, 2017

The standalone game window will crash when attempting to launch the Animation level of ContentExamples onto a Mac. I was unable to reproduce this issue in //UE4/Main at CL 3334033. ...

Odd decimals showing in FPS timeline of Sequencer

UE - Anim - Sequencer - Mar 6, 2017

There are odd decimals when FPS time snapping is set. This seems like a similar issue from UE-41311 This is a regression from This does not occur in //UE4/Main at CL 3334092 ...

Data is not filled in for a Blueprint struct array contained within another Blueprint struct

UE - Gameplay - Blueprint - Mar 6, 2017

If a Blueprint struct contains a variable that is an array of another Blueprint struct, data in a datatable based on the first struct will not be correctly filled in for the struct array. If the str ...

Crash accessing a non-empty TSet or TMap local variable in a blueprint function

UE - Gameplay - Blueprint - Mar 6, 2017

Getting a crash when trying to access a non-empty TSet or TMap local variable in a blueprint function. This is only occurring with local variables. The issue also does not occur if the TSet or TMap ...

Multiple Timeline Tracks disappear when first track is collapsed

Tools - Mar 6, 2017

When collapsing a timeline track, if there are over 5 tracks below it, some will disappear. This is a closer look at but UE-18550 Workaround Simply scroll on the timeline tracks to repopulate the ...

Geometry in hidden Layer unhides if moved in the viewport

Tools - Mar 3, 2017

Geometry that is hidden in a layer, becomes visible after being moved in the viewport. The layer stays hidden, and if a cube is placed in the layer, it also remains hidden. Moving a cube that is hid ...

Crash playing source media file after attempting to play undefined source file

Media Framework - Mar 2, 2017

After attempting to preview the undefined File Media Source in the Media Player Window and getting an error. I set the path of the File Media Source to Windows sample video 'Wilflife'. Then attempt ...

Video Texture thumbnail does not update after you change its output track

Media Framework - Mar 2, 2017

When updating a video texture's output track, the player preview and world will update immediately, however the texture's thumbnail will revert to default color: Black. When moused over, the thumbn ...

Unable to pass TMap or TSet as a parameter for a UFUNCTION

UE - Foundation - Core - Mar 2, 2017

Attempting to pass a TMap or TSet into a UFUNCTION as a parameter causes a compilation error. Removing the UFUNCTION declaration works. Error messages:2>D:\Unreal Projects\Main\MyProject14\Source\M ...

Crash Occurs on Exiting Standalone After Using DemoPlay

UE - Networking - Mar 2, 2017

Using Execute Console Command nodes to record and play back a demo is causing a crash in standalone. Using the console commands themselves does not seem to cause the same crash to occur. ...