Static mesh's material slot's cast shadow does not require a build of StaticLight

UE - Graphics Features - Dec 7, 2017

If static mesh's material slot's cast shadow is changed, UE4 does not show "LIGHTING NEEDS TO BE REBUILT". I solved it with the following fixes. StaticMeshEditorTools.cpp void FMeshSectionSettin ...

Launching a game with specified Window Position always snaps to Center of display

Tools - Dec 7, 2017

Originally reproduced this utilizing Play in Standalone and adjusting the Editor Preferences for Standalone Window Position. ...

Linux Multi-Monitor Support Issues on GNOME Shell

UE - Platform - Linux - Dec 6, 2017

Users with GNOME Shell installed have reported having issues with multi-monitor support when the monitors are not equally sized or the same aspect ratio. If the application is moved from a smaller ...

[CrashReport] UE4Editor_PropertyEditor!TSharedPtr<IPropertyUtilities,0>::ToSharedRef() [sharedpointer.h:794]

Tools - Dec 6, 2017

Top Crash in 4.18 release Comment from User: "Picking a color for my shader" Source Context:// NOTE: The following is an Unreal extension to standard shared_ptr behavior 788 FORCEINLINE ...

Crash-Connecting output of unspecified functions to pins on the material result node

UE - Rendering Architecture - Materials - Dec 6, 2017

Crash-Connecting output of unspecified functions to pins on the material result node. This does occur in Main at CL: 3792526 ...

Unknown by landscape material warning logspam when launching onto Android/HTML5/iOS/tvOS

UE - LD & Modeling - Terrain - Landscape - Dec 6, 2017

Unknown by landscape material warning logspam when launching onto Android Also occurs in Main @ CL 3792526 --Reproduces in //UE4/Release-4.18 at CL 3792614 --Reproduces in //UE4/Release-4.18(.1) at ...

[CrashReport] UE4Editor_Engine!FShaderCompileUtilities::DoReadTaskResults() [shadercompiler.cpp:663]

UE - Graphics Features - Dec 6, 2017

Top Crash in 4.18 release Users have provided no comments on the issue Source Context:// Read single jobs 651 { 652 int32 SingleJobHeader = -1; 653 OutputFile << Si ...

Cpp files of new classes are not automatically added to Perforce or the Project's Solution via P4VS

Tools - Dec 6, 2017

A licensee has reported a problem where FVisualStudioSourceCodeAccessor.AddSourceFiles is unable to handle two files being added at the same time. In this case, a .cpp and .h are added at the same t ...

When it is greater than a Character Capsule's radius, SphereTraceByChannel is set to the origin location

UE - Simulation - Physics - Dec 6, 2017

When SphereTraceByChannel has a radius greater than the Character CapsuleComponent it causes the SphereTraceByChannel hitbox to register to the Character's origin point instead of the static mesh it ...

Unloading level during PIE leads to editor crash

Tools - Dec 6, 2017

Unloading level during PIE seems to lead to an editor crash. Most easily reproducible by enabling malloc stomp. ...