Uniform folding is not working with material parameter collections along with one additional unnecessary instruction generated. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8748719 ...
In 4.23, the reference viewer has a static collection filter function. However, We cannot manage static collections. Only new collections can be created from dependencies or referencers via "Make co ...
Crash when confirming a directory to import a USD file to via the USD Stage window The repro does not seem to be 100% consistent and it can take a few attempts to hit the crash. The USD Stage wind ...
When snapping is disabled, the rotation gizmo never seems to stabilize. Continuing to hold the mouse down, even with no movement, will result in the rotation amount to continue changing by small amo ...
Issue occurs in both events and functions. Seems like it's only affecting Text, didn't notice this issue for other variable types. The original actor is working as expected. Only the duplicated one ...
Summary A licensee has reported a crash with HDR.Details A UDN customer has reported that 4.27.1 still crashes when they attempt to enable HDR on macOS. The report also states that the iOS build cra ...
This is a regression. Tested in //UE5/Release-5.1 CL2390901 The crash occurred 3/5 times. Crash occurs while playing in editor with a State Tree using Bool Compare for a transition state to a child ...
TextRender components do not update when text is changed on compile. The blueprint must be saved, closed, and re-opened for the change to take effect. ...
The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA if (!Ar.IsCooking()) // ...