Collapsed material attribute nodes cause an editor assertion crash in the material editor when viewed or opened. Assertion failed: (Index >= 0) & (Index < ArrayNum): Array index out of bounds: 0 fr ...
Welding components uses precomputed weights for to determine center of mass for the actor. This can cause problems when users want to specify custom weights for certain components. ...
[Line 1585] d:\build++ue4+release-4.14+compile\sync\engine\plugins\runtime\googlevr\googlevrhmd\source\googlevrhmd\private\googlevrhmdrender.cpp(42) : warning C6386: Buffer overrun while ...
When an emitter's Position Mode is Unset, the particles spawn in World Space 0,0,0. This is unexpected. If the Position Mode is Unset in 5.4, the particles remain in Local Space, which is the inten ...
Regardless Niagara or Cascade, dynamic parameters for particles are passed to pixel shaders from vertex shaders via InterpolantsVSToPS. It can cause a precision error on some materials, for example ...
The HLOD system gets stuck in a infinite loop when building. Comment from the user: ++I've tracked it down to this code: const AActor* UHLODProxy::FindFirstActor(const ALODActor* LODActor) { a ...
Sphere collision with start and end points set to the same value return no hit objects. Workaround Set the end vector to 1 away from the start vector (0,0,0 to 1,1,1, etc.) Regression (no) issue ...
This is a trending crash occurring in 4.17 and 4.17.1. Users have not provided any descriptions of their actions when the crash occurred. Source Context 345 if(Params.bTryAutoFix && Param ...
This callstack is occurring in 4.17.0 and 4.17.1, and appears to be a continuation of [Link Removed], which was fixed in 4.16.2 with CL 3502786. I'm not re-opening [Link Removed] because there are ...