Hierarchical LODs used with Precomputed Visibility cause actors to occlude that should not behind translucent materials

UE - Graphics Features - Jul 6, 2016

When using Precomputed Visibility in conjunction with HLODs and translucent materials without them culling actors occluded by the translucent material. The example gif attached shows that the base ...

Undo when modifying a single channel causes Entire Actor track to be selected

UE - Anim - Sequencer - Jul 6, 2016

Undo when modifying a single channel causes Entire Actor track to be selected. This is problematic when you're trying to modify just the X, Y, or Z channel in the Graph Editor. ...

Ensure all Template Character classes set AutoPossessPlayer=Disabled when instance placed in level

Docs - Samples - Jul 6, 2016

When spawning multiple characters in a dedicated server, the first client will spawn under the map and be unable to move. See Zak's comment at bottom of thread. ...

SetGamePaused documentation does not match functionality

UE - Gameplay - Jul 6, 2016

SetGamePaused documentation states that it returns "whether the game was successfully paused/unpaused." This seems to imply that a return value of true means either the game was paused and was unpa ...

Crash when using save all, when there is a 3D widget on an invisible sublevel

UE - Editor - UI Systems - Jul 6, 2016

Crash when using save all, when there is a 3D widget on an invisible sublevel ...

Changing a Packaged Game from Fullscreen to Windowed at Runtime Causes Title Bar to Disappear

Tools - Jul 6, 2016

When changing a packaged game from Fullscreen to Windowed mode at runtime, the window is placed in the top left corner of the monitor and the title bar disappears. Setting FullscreenMode=2 in the G ...

Make Bitmask node returns incorrect value when using custom Enum

UE - Gameplay - Blueprint - Jul 5, 2016

When a custom enum is used as the Bitmask Enum of a Make Bitmask node, the value returned does not match the expected value ...

Full Scene Importer resets overrides when reimporting asset

UE - Editor - Content Pipeline - Import and Export - Jul 5, 2016

When using the Blueprint Hiearchy Type for creation on the Full Scene Importer if you've previously imported and set some of the settings like the Override Lightmap Resolution via the BP and then re ...

Crash when rendering cinematic in a Separate Process without "-NoLoadingScreen" cmd argument

UE - Anim - Sequencer - Jul 5, 2016

Crash when rendering cinematic in a Separate Process without "-NoLoadingScreen" cmd argument. Occurs in 4.12 and 4.13 in both Matinee and Sequencer Error message: Assertion failed: SizeX > 0 && S ...

Failed Import for Spline Component Error Appears on Restarting Level

UE - Gameplay - Blueprint - Jul 5, 2016

When creating and declaring a Spline Component in code, placing an instance of a blueprint derived from that class in the level causes a failed import message to appear upon restarting the level. ...