When we play in editor with the Play Net Mode set to Play as Client, a hidden dedicated server is launched. Previously in 4.24 the dedicated server would always launch with a visible command window. ...
The problem seems to come from a notify having its LinkedMontage set to null when RefreshBranchingPointMarkers() is called. IsBranchingPoint() fails in this case, so it's never registered as a branc ...
The steps above are reduced to their simplest expression. I appears that several customers complained about lightmap baking resulting in glowing objects. This typically happens on interior door fr ...
Although the Details Panel shows the degrees wrong, the object seems to have done it's rotation correctly but not in the right degrees. It will rotate to the position specified but it goes the wrong ...
When using a material with a translucent blend mode, you can not use the lighting modes "Volumetric PerVertex NonDirectional", or "Volumetric PerVertex Directional" and the Tessellation settings "PN ...
In the attached example, the third person mannequin character's BeginPlay() runs an Ability_Task which starts an animation montage. In the task it is specified that the blend out time (BlendOutTime ...
When previewing an object, manually changing the rotation using the Lighting Rig Rotation rotates Environment Map and Directional Light in opposite directions. This bug makes it difficult to do look ...
UPoseAsset::SetBasePoseName() does not correctly set the BasePoseIndex when a valid pose name is provided. Regardless of input, the pose defaults back to ReferencePose. Upon inspection of the implem ...
When loading soft object paths directly, it applies any important CoreRedirects by calling the function FixupCoreRedirects if the initial load attempt fails. In the repro steps, this will apply this ...
The Material Function WorldCoordinate3Way seems to incorrectly perform the Lerps from the axis contributions of the normals. An example is show here, with the left objects using the version that com ...