When it updates the red channel, the Simple Construction Script (SCS) gets re-run (via AActor::RerunConstructionScripts) on the Blueprint Actor instance generating new instances of all its component ...
This is not a regression. Tested in //UE5/Release-5.2 CL 26001984 The editor crashes when playing in editor on a level that has a break point placed on a ticking draw debug string node that is prec ...
Currently UBT supports linking in .natvis files when modules are compiled, this should be extended to pull in .natvis files from External modules that are linked into a module. Instead of scanning ...
Adding a ZoneShapeComponent to an Actor BP does not behave as expected. You cannot use the shape as a polygon with per point lane profiles like what is needed for an intersection. When attempting to ...
The level seems to have been successfully copied. ...
ULevelEditorDragDropHandler::PreviewDropObjectsAtCoordinates sets the World as the ReferencingAsset when we should probably set the GameDataAsset for the current active ContentBundle if there is any ...
Reported from our partner Babooblab: The UDN Customer does not give any detailed information to reproduce the issue. However they specify the kind of issue (stack overwflow) and give a possible sol ...
Reported from Prismatic: It appears that the Add Mapping Context function currently prioritizes low numbers over high numbers, which seems inconsistent with the function description and some parts ...
FStaticMeshRenderData::Cache has the assertion: checkf(Owner->IsMeshDescriptionValid(0), TEXT("Bad MeshDescription on %s"), *GetPathNameSafe(Owner)); This assertion can be triggered by data erro ...
This will need more investigation, but at least in PIE (to check if we can do the same in editor), when a level is streamed-in, we should only add the new missing folders for this level and when str ...