Rewind debugger sometimes behaves incorrectly during lod switches. Users have found this on a metahuman. ...
On line #1301 in ScriptCore.cpp, there is the following if statement:if (Function->FunctionFlags & FUNC_Native) { Function->Invoke(this, NewStack, ReturnValueAdress); } else { Fu ...
At line 610 in Linker.cpp, the following declaration is made:UPackage* FilenamePkg = (ExistingPackage ? ExistingPackage : CreatePackage(nullptr, *PackageNameToCreate)); if (FilenamePkg != Exis ...
On line 300 of PropertyStruct.cpp, there is the following if check:if ((Struct->StructFlags & STRUCT_SerializeFromMismatchedTag) && (Tag.Type != NAME_StructProperty || (Tag.StructName != Struct->Get ...
A user has reported that, due to a change that was made back before 4.12, SSL certificates for HTTPS are not verified correctly when building on Windows. This is due to the change requiring a bundle ...
A licensee has reported that the ZoomFactor variable inside of the DrawPoint function is being calculated incorrectly. It currently is calculated using the lesser of the projection matrix's horizont ...
A licensee has reported that the Draw function in BatchedElements.cpp can set the OrthoZoomFactor (not a local variable) to 1.0f if Line.bScreenSpace is ever found to be false. The line this can oc ...
A licensee has reported that the USkinnedMeshComponent::FindClosestBone function does not respect the bRequiresPhysicsAsset parameter, resulting in the bone returning bones that are not part of the ...
The assert message in CheckAddress is as follows:"Attempting to add a container element (%p) which already comes from the container (%p, ArrayMax: %d, ArrayNum: %d, SizeofElement: %d)!" This assert ...
The approximate size for a Static Mesh that is shown in the tooltip from hovering over a Static Mesh in the Content Browser and the approximate size shown in the Static Mesh Editor can be inconsiste ...