Directional light is not casting shadows past a certain point in large worlds on all actors/grass. In 4.19 CL# 4033788 shadows show up but not until the camera is very close to the object. 4.19 Pro ...
Crash on undo with SpawnActor node that uses a reroute pin in class wire. "It looks like the variable promotion marks the blueprint as structurally modified, which triggers a skeleton compile, wh ...
Actors that reside in TMap blueprint variables refer to the Editor actors not the copied UEDPIE actors (that we'd expect) when accessed in PIE. This is not the case in standalone; this only occurs f ...
When we do the refactor for MeshDescription we miss the staticmesh reduction project settings option and change only the quadric reduction. There are two possible fixes for this issue: 1. Implemen ...
Code gen templates need to be updated according to changes made to the OnGenerateAudio API. ...
No user comments in crash group 675 if ( bRequiresAdjacencyInformation ) 676 { 677 check( LODModel.bHasAdjacencyInfo ); 678 ***** OutElement.IndexBuffer = &LODModel ...
User comment in crash group:Please Contact me to help fix this. I don't know what else to do. 41 FQuatRotationMatrix(const FQuat& Q) 42 ***** : FQuatRotationTranslationMatrix(Q, FVect ...
RotateAroundAxis Inside the RotateVector expects a normalized vector as rotation axis input, and that vector is not normalized. Once normalized it seems to work normally. Unable to test in 4.19 due ...
Internal team is encountering a crash when adding too many VR devices. Email thread titled "Re: Crash Logs" The bug is an internal limit of devices the code supports, which is 8. If a controller o ...
Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...