If a ForEachLoop node is used to cycle through an Array of Structures, using the Array Element output of the Loop node to set the members of the structure does not save the changed values. Workarou ...
Camera jitter when using Crane Rig with a Cine Camera that is using the Look At Functionality ...
When adding elements to an array inside a code class, blueprint instances of the class do not have their array updated after a hot reload. ...
The Vertex Interpolator Material Expression appears to collapse separate instances from separate Material Layers, leading to visual artifacts when used. Also tested on UE5_Main, CL: 34200103 ...
Placing a special UTF-8 character into the "ProjectDisplayedTitle" will result in GPU dumps failing to open. This appears to be because the dump will switch between us-ascii and UTF-16 file formats ...
This is a trending crash coming out of the 4.18 release. It may be a regression. User Descriptionscreated a physics asset and tried to open it... Source Context 66 if (!SerialNumbersMatc ...
The orientation warping node breaks incoming poses where bones are already in component space. This is because, in EvaluateSkeletalControl_AnyThread, we are repeatedly setting bone transforms direc ...
Context Custom Primitive Data is used to store custom data in an index array that is accessible through Blueprint and code. This allows for variations across instances of the same mesh without needi ...
When calling GetAllocatedSize() on a TBitArray it will round down the result of MaxBits / NumBitsPerDWORD. This means that not enough bytes are allocated when the MaxBits is not divisible by NumBi ...
This is a trending crash coming out of the 4.17 release. Users have not provided descriptions of their actions when the crash occurred. Source Context 658 switch (Status) 659 { ...