[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 ); ...

TMap does not serialize properly in specific circumstance when it contains a UObject property set to null by default

UE - Foundation - Core - Aug 8, 2018

A TMap containing a struct with a UObject reference property (set to nullptr by default) does not serialize properly for an instance where the UObject reference is set on the instance, but the TMap ...

UMG Widget Set Focus in Standalone broken

UE - Editor - UI Systems - Aug 7, 2018

Focus is no longer set on UMG 3D Widget when playing in Standalone. (PIE works in both versions) Also verified in Main CL# 4247867 ...

Oculus Touch: Gamepad Special Left/Right inputs swapped

UE - Platform - XR - Aug 6, 2018

GamepadSpecialLeft and GamepadSpecialRight inputs are swapped on Touch Controllers. Inputs are working as intended on an Xbox controller. Problem may have been introduced by Oculus, I created a 4. ...

Nativized widgets that include a custom button cause a crash if Event Driven Loading is enabled

UE - Gameplay - Blueprint - Aug 3, 2018

Nativizing a Blueprint that includes a custom button (a Blueprint parented to the "Button" class) causes a crash when Event Driven Loading is enabled. Disabling Event Driven Loading can workaround t ...

Adding Instances to a Hierarchical Instanced Static Mesh causes crash

UE - World Creation - Worldbuilding Tools - Foliage - Jul 29, 2018

Adding Instances to the Hierarchical Instanced Static Mesh Component on BeginPlay causes the Editor to crash. Tested in 4.19.2 (CL - 4033788), 4.20.1 (CL - 4229980), 4.21(CL - 4235929) ...

Oculus Go & Quest: Relaunching app immediately after exiting causes device to freeze

UE - Platform - XR - Jul 26, 2018

4.20 Oculus Go projects cause the device to lock if immediately relaunching after exiting. It does not occur if:You wait ~20 Seconds before relaunchingYou press the power button after closing the a ...

An event with Soft Class Reference as an input that is not set causes package to fail with Nativization

UE - Gameplay - Blueprint - Jul 25, 2018

Having a custom event with an empty Soft Class Reference as an input causes packaging to fail if nativization is enabled as the event nativizes with a const TSoftClassPtr<>& and the compiler cannot ...

r.SupportPointLightWholeSceneShadows Set to False Causes Crash When Trying to Place a PointLight

UE - Graphics Features - Jul 25, 2018

If you disable Support PointLightWholeSceneShadows and try to place a point light in a level the editor will crash.  Current work around is put shadows to low from engine scalability settings. Wor ...

Fix the skeletal mesh merge tool material assignment, change the API to avoid confusion

OLD - Anim - Jul 25, 2018

UDN user ask us to change the API for the material to remove confusion with the material ID. Also apparently there is an issue with the skeletal mesh merge tool, the user did not give any repro ste ...