Begin and End Overlap events continuously trigger while a character moves within a collision component of a Blueprint Actor that Simulates Physics if the collision component has Auto Weld enabled. ...
The editor crashes if you implement two blueprint interfaces in an actor blueprint, and then an actor component blueprint. These interfaces must have at least one function that returns a value. The ...
When using Capsule Indirect Shadows for Skeletal meshes who have their ILCQ set to Volume, and loading a SubLevel with it's actors not within the current camera's view, the indirect lighting is blac ...
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 ...
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 ...
Users affected: 73 Total occurrences: 156 Last occurrence: October 22nd 2024, 9:59:58 am First occurrence: October 2nd 2024, 4:53:30 pm Latest version: ++UE5+Release-5.5-CL-36679577 Platform: Win64 ...