Collision properties of a component cannot be changed in Viewport

UE - Simulation - Physics - Apr 26, 2018

When using any collision preset other than QuerryOnly, the collision properties cannot be changed when the actor is in the Viewport. ...

Tiled Landscape LOD doesn't work with World Origin Rebasing

UE - LD & Modeling - Terrain - Landscape - Apr 26, 2018

Using the Landscape LOD system with World Origin Rebasing causes the LODs on the landscape to mess up. This only appears with imported tiled landscape where the main actor is in the persistent level ...

Blueprint breakpoint only hits the first Element in an Array when using a ForEachLoop

UE - Gameplay - Blueprint - Apr 26, 2018

The Print String breakpoint is hit for the first element in the array. When resuming, the next breakpoint hit is on the Event Tick. The Print String breakpoint is never hit for the second of third e ...

Show Planar Limit Does Not Show Constraints

OLD - Anim - Apr 25, 2018

Show Planar Limit does not display the constraints in the viewport of the animation Blueprint Constraints are visible in 4.18.3 ...

Rendering Offscreen Using Non-Fullscreen View Creates Black Border

UE - Graphics Features - Apr 25, 2018

Issue has been observed in 4.19.1 from EGL and Main CL 4027311. Per licensee: We recently switched from UE 4.18 to 4.19, and noticed several issues when doing offscreen rendering. To illustrate th ...

Show Spherical Limit Does Not Show Constraints

OLD - Anim - Apr 25, 2018

Show Spherical Limit does not display the constraints in the viewport of the animation Blueprint Constraints are visible in 4.18.3 ...

Foliage Culling is Broken on Linux

UE - Platform - Linux - Apr 25, 2018

When viewing foliage on Linux it culls in and out as the camera comes closer to it. Also changing the way it is rendered to become grey and transparent (and changing back to normal, perhaps dependin ...

Hot-Reload doesn't work in Linux

UE - Platform - Linux - Apr 24, 2018

Every time a change to a C++ class is made, the corresponding Blueprint that inherits from it doesn't receive the changes via hot reload and the Editor has to be restarted. User is suing the build ...

Sequencer: Shot Comprised of Several Shots Set to "Evaluate Subsequences in Isolation" Timeline Does Not Scrub

UE - Anim - Sequencer - Apr 24, 2018

When opening NewLevelSequence, opening shot0010_001, changing the playback settings to Evaluate Subsequence in Isolation, switching back to NewLevelSequence, opening shot0020_001, and scrubbing, ani ...

Override Animation Data Node Does Not Work in Level Blueprint

UE - Anim - Runtime - Apr 24, 2018

The Override Animation Data node can not be used in the level Blueprint. Hits breakpoint on Override Animation Data. This works in character Blueprint when using the mesh component as target. ...