While testing in //UE4/Release-4.16 CL 3466753 in Binary – I encountered a crash when deleting, undoing, then re-deleting the NavMeshBoundsVolume and RecastNavMesh.UE_LOG(LogObj, Fatal,TEXT("Renamin ...
there is a crash that occurs with gameplay tag map variable compiles with default value changed. This issue occurs no matter what the secondary value of the map is. I was unable to test this issue i ...
When a gameplay tag is renamed, gains a prefix/suffix, or is changed the updates to the tag are not being reflected in blueprints where the value has already been stored. This occurs in the case of ...
A licensee has reported that Full Screen native resolution does not work properly on the iPad Pro 11-inch and on the iPad Pro 12.9-inch (3rd generation). Black borders are used around the screen ins ...
Packaging that involves a comilation process in the Binary editor causes custom Windows icons to be ignored in packaged games. This could either be seen in a Code project or in a Blueprint Only proj ...
After fixing the crash from [Link Removed] when compiling the child blueprint that has claimed the component name the parent was previously using without having compiled the parent, an internal comp ...
The Editor experiences performance drops even in the default basic level when left alone running. I experienced them every ~3 seconds. My graph didn't show the drops very clearly so the fps counter ...
Duplicate key checking in maps and sets in the editor is done via calls to FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement(), but this code is checking for object names which are subsets ...
CopyFileUnderSourceControl has instances when the response is not a success even though the files are copied successfully under source control. It seems FPerforceCopyWorker::Execute() tries to reso ...
AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...