When r.CustomDepth = 3 (Enabled with Stencil), the values of SceneDepth and CustomDepth are different on IOS

UE - Graphics Features - Jan 7, 2019

The user wants to express using the difference between SceneDepth and CustomDepth. However, when r.CustomDepth = 3 (Enabled with Stencil), the expression can not be realized because the SceneDepth a ...

[CrashReport] UE4Editor_UnrealEd!UEditorBrushBuilder::EndBrush() [editorbrushbuilder.cpp:53]

Tools - Aug 10, 2018

No user comments in crash group 48 bool UEditorBrushBuilder::EndBrush( UWorld* InWorld, ABrush* InBrush ) 49 { 50 //!!validate 51 check( InWorld != nullptr ); ...

Dragging & Dropping Asset from Content Browser -> Blueprint Node has wrong Drag/Drop Icon

UE - Gameplay - Blueprint Editor - Jan 14, 2019

This appears to be an issue with all asset types, not specific to materials. Data Tables, Level Sequences, etc. Image shows the "No" cursor that shows up when attempting the drag/drop. This should ...

Editor crash loading a Blueprint asset when a child scene component C++ type changes to a non-scene component type.

UE - Gameplay - Blueprint Editor - Jan 16, 2019

Changing the type of an existing child scene component to be a non-scene component type triggers some fixup code at load time which attempts to remove the node from its current position in the scene ...

Incorrect net mode during EndPlay in PIE

UE - Networking - Jan 18, 2019

Actor GetNetMode() can return the wrong value in EndPlay when the PIE world is being shut down. ...

[CrashReport] UE4Editor-CoreUObject!UObject::IsSelected() [obj.cpp:1149]

UE - Graphics Features - Jan 12, 2019

Generated from CrashReporter ...

Replace BSP with Static Mesh Crash

Tools - Jan 30, 2019

Attempting to replace a BSP with a static mesh does not work as expected and results in a crash if a 2nd BSP gets placed in the level. ...

Spot Lights Do Not Cast Dynamic Shadows If "Support PointLight WholeSceneShadows" is disabled

UE - Graphics Features - Jan 30, 2019

If you disable "Support PointLight WholeSceneShadows" spotlights stop casting shadows. This is working as expected in 4.20 CL# 4369336. Found in 4.21 CL# 4753647 and 4.22 CL# 4809892 This is a reg ...

Actors in hidden layers visible on map load

Tools - Jan 30, 2019

Actors added to a layer which is marked hidden/invisible will unhide when loading a map. Confirmed in Main @ CL 4845042 ...

No useful tooltip info for Mid node

UE - Gameplay - Jul 5, 2018

There's no tooltip info for the Mid node, even though there's a blank space where there should be one. ...