This seems to occur because the original listen socket is still around when the instance tries to create the new one, even though it has been marked for deletion. The issue does not occur when FStea ...
This can also be observed while running in PIE mode using the console command "r.TSR.Visualize -2". It is not clear whether it is only the TSR flickering temporal analysis visualization that is exh ...
In material editor, if a quality switch node is used together with a static switch to control branch, material parameters in the 'true' branch will never show up in the Detail panel of material inst ...
A change has been done to the TSoftObjectPtr class that warns when constructing a pointer-to non-const from a pointer-to-const. This change makes sense and is correct. Example: UTexture2D* Loade ...
The licensee has identified a potential fix by changing if( Settings.bLerpUVs ) to if( Settings.bLerpUVs || UVIndex == 0 ) On line 389 of NaniteBuilder\Private\Cluster.cpp in UE 5.5 ...
When a foliage actor contains instances of Nanite and Non-Nanite meshes, the Nanite meshes don't get a selection outline when the actor is selected.[Image Removed] ...
When doing a static mesh to skeletal mesh conversion where the source object is an OBJ, if recompute normals or tangents is on, then the resulting normals and tangents will be broken. ...
WaterBody Actors will cast static shadows in built lighting even if their Cast Shadow options are disabled. ...