[Link Removed] ...
Actor GetNetMode() can return the wrong value in EndPlay when the PIE world is being shut down. ...
Attempting to run a standalone server and client using different processes will crash if the Code Editor plugin is enabled. ...
When using the handheld AR template and trying to package for ARCore, the package or launch on attempt will fail due to some permissions errors with Apple. If ARKit is disabled the editor will lock ...
Trying to import a large Revit asset using Datasmith causes the system to use all of it's memory. Certain systems may receive a memory allocation error in the process. ...
The reason is simple, the actor names is not the same as the metadata name: [Image Removed] ...
Calling UHierarchicalInstancedStaticMeshComponent::AddInstance multiple times causes multiple BuildTrees to be created and run asynchronously at the same time. Tested in 4.21(CL - 4613538) How t ...
Changing the type of an existing child scene component to be a non-scene component type triggers some fixup code at load time which attempts to remove the node from its current position in the scene ...
When creating a local binary build of the Engine using the BuildGraph, there are several tools that are built for Win32 even if Win32 was specifically excluded from the BuildGraph (ie. -set:WithWin3 ...
Including files with a .cc extension instead of .cpp in a code project used to build fine in Visual Studio. This is no longer the case in 4.21.2. The error message that results indicates that only C ...