A crash can occur in FMediaPlayerBase::TickPlayer in Shipping builds. This is because FMediaPlayerBase::NativePlayer is not a thread-safe shared pointer. The fix is to make it ESPMode::ThreadSafe. ...
Importing an fbx file with armature on MAC results in crash Tested: 4.23.1 CL#9631420, 4.25 CL#10889200 ...
Dynamically created media texture is not applied to assigned meshes. Tested in: 4.23.1 CL#9631420, 4.25 CL#11574810 ...
Events in subscenes can be skipped if playback skips over the end of the subscene before evaluating the event. ECS allows for determinism fences which can fix this issue. ...
The fix for FURY-149 reinitializes the anim bp whenever the animation section restores state, it may only be necessary to reinitialize it if the skeletal mesh changes. ...
This is an interesting bug because it is only happening on BeginPlay. I guess that there is some order of operations that the camera manager uses during creation that will stop if the game is paused ...
There was no problem in UE4. It can be fixed on UE5 by the following workaround.console command 'r.Editor.Viewport.MaxRenderingResolution' set 'Realtime off' on viewport ...
see through a translucent material will cause ghosting This issue did not occur in 5.0, it occurs when using TSR on UE 5.1 or later. ...
The stairs should have radius around each stair (StreamingBoundsExpected attachment). Instead there are no visible changes when the flag is checked (StreamingBoundsResults) This is Not a regression ...
Surface snapping causes the pivot to move to a different location away from the grouped items. The pivot can be reset by ungrouping and regrouping, but the pivot moves away from the group when the g ...