When I play it in PIE, it plays fine. This problem does not occur in 4.25.4. ...
The kerning of the TextBlock does not seem to follow the dpi scale of the screen resolution.When the Image (which captures the display of the TextBlock) and the TextBlock are displayed, they match a ...
Suggested fix from licensee is : PhysAnim.cpp@339 #if 0 FVector RelPos = RecipScale3D * RelTM.GetLocation(); #else FVector RelPos = (BoneIndex == 0) ? RecipScale3D * RelTM.GetLocation() : Rec ...
Create an asset containing a RetainerBox in UMG, then add the created UMG to the viewport using AddViewport. Running MRQ after this causes a crash. ...
Widgets that are pooled are given a pointer to a layout cache, if the layout cache dies, the pointer is bogus. Going to need to move over to using weak pointers to avoid the crash, will add some pe ...
When duplicating an asset with the suffix 0 in the content browser the duped asset will get a suffix of 2. Any other number works fine for example if you dupe an asset named "Test_23" the duped mesh ...
The Target Layers Scrollbar UI for the Paint section of the Landscape tab does not scroll completely to the last element. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 5159901), 4.23 (CL - 4980862) ...
REGRESSION: No, this occurs as far back as 4.20 After duplicating a blueprint interface function, the duplicate interface will have an error similar to this:LogBlueprint: Error: [Compiler NewInterf ...
It's been reported that using the rolling ball physics on a flat landscape will cause the rolling ball to bounce when it crosses a seam. It does not happen on every single seam, but it happens prett ...