A workaround was provided for the user, to use 'Set Attach End to Component' nodes during BeginPlay. While this fixes the issue in gameplay, the editor preview no longer syncs with gameplay. ...
The underlying reason seems to be that the stationary lights require SM channels for casting shadows from movable objects and they are assigned channels 0,1,2 by lightmass (or somewhere along the w ...
When you assign a Material to a Multi-Material Skeletal Mesh via the Mesh's Level Viewport Details Panel, you will lose access to all the other material Elements after the first assignment. For ins ...
CHANGELIST: 2107728 BRANCH: UE4 DESCRIPTION: Unchecking the Actor Hidden in Game checkbox is not allowing a Note or an Ambient Sound be visible when played in the editor QA REGRESSION? NO ...
Changing the Up Ratio of a vehicle movement component incorrectly alters gear shifting. For example, setting the ratio for Gear 3 to 1.0 will keep the vehicle from shifting to gear 2, etc. ...
Lock Viewport to Camera Cuts of CameraCutTrack stopped working from version 5.4 during PIE's simulation. This is a regression from 5.3 behavior where the lock remains when simulating. Locking to ind ...
After editing character blueprint of a code based side scroller project, starting PIE will show the camera detached from the character and exiting PIE causes the project to crash. NOTE: This appear ...
ExportMaterialUVDensities() gets the incorrect value where the alpha channel is referenced (e.g. RegisterIndex of the texture is [3] or [7]) because FMeshRenderer::RenderMaterialTexCoordScales() use ...
When running setup command on an M1 arm64 mac the dependencies fail to download. This issue is occurring in Github //UE5/Release-5.3 @ CL 26560699 This issue is NOT occurring in Github //UE5/Rele ...
Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. EnumBugBP uses two enum cases and three argument cases for 6 total permutations:Enum w ...