When importing wav files with a higher bit depth than 16, any cue points on the file are stripped. ...
Lumen doesn't update when the World Origin Location is changed. ...
USplineComponent::CalcBounds is not defined in shipping builds (presumably the thought being that nothing can be rendered in shipping, and hence no scene capture required). But if CalcBounds is use ...
See the UDN question (duplicated below). I think we need to better manage the lifetime of the event we use for synchronization here. We are experiencing an issue where when FPlatformMisc::Request ...
Crash occurs while changing between FK/IK mode in Animation Mode on the same frame with Space changing. ...
This issue occurs when merging static meshes that have multiple LODs. If they are using UV1 for lightmap index, after merging, the UV1 of the result for each LODs will all be differents, making the ...
This never happens on ue5.0.0 The problem appears to be caused by a deleted PhysicsProxy being registered with Solver. Since the solver accesses the deleted PhysicsProxy, it may crash. Checking a ...
Ran into this while answering a UDN. A user was expecting to find the blueprint functions available to Editor Utility Blueprints after reparenting their actor to EditorUtilityActor. I confirmed that ...
When playing in "New Editor Window" mode, entering the r.setres command does not change the screen size. This worked in UE4.27, but no longer works in UE5.0. ...