A licensee has reported an inconsistency in how modified base widget class defaults are propagated to children. When modified via the UMG Designer Graph's Class Defaults, derived classes will be mar ...
When using GetRefBonePose() on a USkeletalMesh's RefSkeleton, the given location is incorrect if the SkeletalMesh has been changed from one to another where both meshes share the same skeleton. Als ...
Packaging a game to HTML5 disables the mouse and mouse over events on local host, which prevents any mouse functionality from working in a packaged project. ...
Destructible attached with a Physics Constraint ignores Start Awake on play The Destructible component is set to simulate physics, but on play physics is not simulated unless the destructible is to ...
When attaching a Procedural Mesh Component with a copied static mesh to a static mesh component the two meshes collide and "push" each other (go flying on play). Weld is to be used for simulated ph ...
Occurs 5/5 times Regression does not occur as the MotionExtractorModifier appears to be new with UE5. Curve data is not displayed in an Animation Montage when Animation Modifier, MotionExtractorM ...
During PIE instance initialization, there seems to be a window during which UWorld::GetNetMode will not return the expected value: before the instance's NetDriver has been created but after UGameIns ...
When using a created tool of the ScriptableTool plugin, and setting an InstanceEditable variable, the tool might get close. For this to happen, we need to have a ToolPropertySet attached to the too ...
If a project uses source control and a blueprint has been diffed against previous revisions, the revisions will appear within the temp folder. This temp folders contents appear in context sensitive ...
An Actor BP with an editable variable that references another Actor in the level will reference multiple examples of that Actor if it is duplicated. Reproduced in 4.7.2 binary and Main (//depot/UE4 ...