Changing the Level Streaming method will remove Levels from folders they were placed in

Tools - Jun 12, 2018

Changing the Level Streaming Method of a Level thats inside of a folder will remove it from the folder. Occasionally once all Levels have been removed from a folder, the folder will delete itself. ...

Auto Compute LOD Distance doesn't properly change screen sizes

UE - Graphics Features - Jun 12, 2018

Auto Compute LOD Distance doesn't properly change screen sizes. The screen size for each LOD will be exactly the same regardless of the mesh you use with generated LODs. Working as expected in 4.19 ...

[CrashReport] UE4Editor_D3D11RHI!FD3D11DynamicRHI::RHICreateUniformBuffer() [d3d11uniformbuffer.cpp:218]

UE - Graphics Features - Jun 12, 2018

No user comments in crash group 208 check(Layout.ResourceOffsets.Num() == NumResources); 209 210 for (int32 i = 0; i < NumResources; ++i) 211 { 212 ...

Point lights with source length building static or stationary lighting will build incorrect shadows on movable objects

UE - Graphics Features - Lumen - Jun 12, 2018

Adding source length to a point light that is set to stationary or static will cause shadows to build incorrectly on movable objects. Working as expected in 4.18 CL# 3832480 Found in 4.19 CL# 4033 ...

[CrashReport] UE4Editor_Core!FArchive::SerializeCompressed() [archive.cpp:696]

UE - Foundation - Core - Jun 12, 2018

No user comments in crash group 686 // Iterate over all chunks, serialize them into memory and decompress them directly into the destination pointer 687 for( int64 ChunkIndex=0; ...

[CrashReport] UE4Editor_Engine!FMaterial::GetShader() [materialshared.cpp:1790]

UE - Graphics Features - Jun 12, 2018

No user comments in crash group 1785 int BreakPoint = 0; 1786 1787 // Assert with detailed information if the shader wasn't found for rendering. 1788 // This is usua ...

iOS Launch-On rebuilds every time

UE - Platform - Mobile - Jun 11, 2018

Artifacts from the previous Launch On are being cleaned up, which are necessary for improved iteration time. ...

Billboard appears darker on Mobile preview than in editor

UE - Platform - Mobile - Jun 11, 2018

When playing in mobile preview or on the mobile device. The color is darker than what is seen in the editor. ...

Spawned particles on the surface of a static mesh in Niagara get offset if the actor is anywhere but the world origin

UE - Niagara - Jun 11, 2018

Particles that are spawned using the surface of a static mesh will be offset from the systems placement in the world unless it is at world origin.  Working as expected in 4.19 CL# 4033788 Found in ...