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 ...
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 ...
This is a regression. Tested in //UE4/Release-4.27 CL18319896 In UE4 an error is thrown when attempting to add an input. A Blueprint containing a Macro with a Wild Card input crashes when a Custom ...
This is not a regression against 5.0. Tested in //UE5/Release-5.0 CL20979098 However, as users have pointed out, this is a departure from UE4. The same process in 4.27.2 demonstrates the building d ...
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 ...
The editor-scripting blueprint node "Add Data Table Row" fails when the Data Table uses a Row Structure that was defined in blueprint. Internally, it checks if the passed-in UScriptStruct is derived ...
When trying to record a movie from a matinee in 4.10, it can fail for a number of reasons: 1. The folder does not exist 2. The cinematic view modes do not take effect 3. Trying to record a streamin ...