Licensee found that memory being allocated during a resize in NavMeshMemory is not being tagged within LLM as NavigationMemory but show in LLM as Untagged memory. They do not have a callstack showca ...
This bug was discovered by a user who tried changing level through the 'servertravel' console command (HandleServerTravelCommand). Debugging shows that FindFilesAtPathInIndex won't return anything ...
Dependency on [Link Removed], which specifies that CookAdditionalFiles should take a context object. Keep the existing WriteAdditionalFile function that is an argument to CookAdditionalFilesOverrid ...
virtual void UObject::CookAdditionalFilesOverride allows non-package files to be copied or created during the cook whenever a UObject of your class is in a package that is cooked. This is useful for ...
Some plugins and projects are staging large amounts of AdditionalUFS files, and the only way to specify their chunk for streaming and optional install is using PakFileRules.ini. Add a setting in Ga ...
A licensee reports they are using the CookAdditionalFilesOverride function in UObject to add files to the project. This file is properly copied into the Staging area during Packaging, and is appropr ...
Result: In UMG_TileViewItem, EventOnListItemObjectSet function Trigger once Expected Results: EventOnListItemObjectSet function Trigger twice ...
Both the Asset Registry and Asset Manager look for all subclasses of UBlueprintCore and use that to search for blueprint classes and construct an inheritance hierarchy. This always works in editor b ...
If multiplying a mesh with ComplexCollision by inverse scale, the geometry may not be created on the mesh. This may depend on the assets of the mesh. In the sample example, the navmesh is not create ...