This occurred when I tried to repro an ensure and crash the resulted in [Link Removed]. In the crash group on the Crashreport website I noticed that KimK had the same callstack as this one. She wrot ...
Following my repro, I hit an ensure and crash. The two times I tried to repro after my first crash resulted in different call stacks. I'll comment the other Jiras once I have them in. One of my cra ...
In BaseEngine.ini,Comment says "DerivedDataBackendGraph is the default graph" - this information needs to be updated to mention that launcher installs of the engine would use "InstalledDerivedDataB ...
For single threaded mode, we need to update FMonitoredProcess to handle processing in a single threaded fashion. Currently, we are continuing before the process has completed, which could result in ...
The vectorized version of FTransform::Accumulate and FTransform::AccumulateWithAdditiveScale3D only blend the rotation, but not the translation or scale. This is divergent behavior from the non-vec ...
Changing IsTickableInEditor to false does not prevent an object from ticking while in editor mode. ...
A crash can occur if multiple Actors are spawned/destroyed simultaneously, with each Actor loading an asset when it is spawned. This does not occur 100% of the time, but it does occur quite frequent ...
Plugin mount point registration doesn't mount paths relative to both root and engine, only relative to root while most other Engine directory mount point registrations include both ../../Content/... ...
The comments describing the colors for LODColorationColors in the BaseEngine.ini file are incorrect. These comments seem to have been added in 4.13. ...
The bool Replace parameter variable is necessary when calling the function, but is not used inside the function itself. This makes the variable seem useless / unnecessary in the parameter list. ...