RemoteMac.cs fails to build if ProjectFile is null

UE - Platform - Mobile - May 17, 2019

See CL 6473818. Remote compiling on a Mac is triggering a NullReferenceException for me, making me unable to build. I was able to delete the crashing lines locally to work around it for now.line 91 ...

Crash: nullptr in FindViewComponentForActor when ActorComponent is attached to Character with Camera Component.

UE - Gameplay - May 17, 2019

Selecting an Actor with a Camera and a C++ inherited Blueprint Component that has sub-components,then compiling the BP component leads to a crash. Upon Debugging the Crash Call Stack: FindViewComp ...

Action RPG- ARPG CharacterBase::GetHealth() Null Crash

Docs - Samples - May 16, 2019

In Action RPG Sample, NPC Blueprints "NPC_Goblin_Level_01,02.03"  cannot be Duplicated.   Crash results lead to ARPGCharacterBase.Cpp Get Health function. float ARPGCharacterBase::GetHealth() const ...

Tooltips incorrect when changing FExpressionInput of UMaterialExpressionTextureSample

UE - Rendering Architecture - Materials - May 16, 2019

It seems that the display of ToolTip is displayed in the order of declared UPROPERTY () of the code.[Image Removed] ...

The screen will be darker than other platforms(Android,PC/Mac preview) on IOS if both MSAA and MobileTonemapperFilm enabled

UE - Platform - Mobile - May 16, 2019

[Image Removed] [Image Removed] [Image Removed] [Image Removed] ...

Remapping morph targets will crash if you have a cloth section

OLD - Anim - May 15, 2019

By calling FLODUtilities::SimplifySkeletalMeshLOD on a mesh with cloth sections that is set to remap morph targets, a crash occurs. This seems to be due to the indexing of sections with/without incl ...

Geometry Cache crashing when loading async in a cooked build

UE - Editor - Content Pipeline - Import and Export - May 15, 2019

Geometry cahces check if they are in the game thread, which causes a crash when their packages are async loaded in a cooked build. ...

Ensure When Adding Nodes to Material Graph in Forward Shading

UE - Graphics Features - May 15, 2019

Ensure occurs when adding a Constant3Vector to the Material Graph in Forward Shading. Works as expected in 4.21 CL# 4753647 Found in 4.22 CL# 6063286 and 4.23 CL# 6395561 ...

Draw to Render Target Android Regression

UE - Graphics Features - May 15, 2019

Regression in Draw Material to Render Target functionality. Enabling Mobile HDR is a workaround. Android tested with Note 4 Unable to verify Main CL 6395234 (Crash on Phone) No repro on iOS mo ...

Text local variables and function parameters do not store package scope properly

UE - Gameplay - Blueprint - May 14, 2019

FText variables are saved with a Package Namespace stored inside them, that keeps track of the package they were created for. This allows the translation key to stay consistent over time. Blueprint- ...