In SkeletalRenderNanite.cpp / FDynamicSkelMeshObjectDataNanite::UpdateBonesRemovedByLOD, bone indices are of type FBoneIndexType (defined as uint16 from BoneIndices.h), instead of int32. On line 18 ...
Encode71 and Decode71 in DeferredShadingCommon.ush are functions that convert 8-bit values to 7-bit values and mask values, and licensees have reported that the accuracy is insufficient when usi ...
When a specific configuration of HDR cvars are set, PIE in a New Editor Window will not render the game world. Settings (For DefaultEngine.ini): ```[SystemSettings] r.AllowHDR=1 r.HDR.Display.Color ...
When rendering runtime virtual texture pages without throttling (when r.VT.MaxUploadsPerFrame is high or during Movie RenderQueue captures) the number of FRDGBuffers allocated by the Render Graph Bu ...
Calling the ApplySettings method on a UGameUserSettings object results in a noticeable hitch, with severity proportional to the number of primitive components present in the scene. This hitch stems ...
Workaround 1: 1. Change HierarchicalInstancedStaticMesh.cpp in either of the following ways:void{{ FHierarchicalStaticMeshSceneProxy::GetDynamicMeshElements(const TArray<const FSceneView*>& Views, c ...
Hi, We are trying to use Mutable plugin to avoid clipping using the RemoveMeshNode with data from DataTables. However we are having trouble with the most basic example of our idea. We have a Data ...
UAnimNotify::Notify not called during USkeletalMeshComponent interaction with UPhysicsControlComponent when PhysicsBlendWeight is zero. The licensee has provided his analysis of the code: If USkelet ...
Other than the presence of the error and the performance cost of looking for a package on disk that does not exist, there are no behavioral problems. When running with legacy (non-iostore) pakfiles ...
This seems to happen due to a precision error when calculating the relative transform between the socket and the component being attached. Occasionally, one of the transforms will have a scale of (0 ...