Hi, I tried to use for a scriptable tool the watch property node for a struct. The objective for me was to offer to my user a view of a struct in the scriptable tool and have these modifications b ...
This seems to occur because the original listen socket is still around when the instance tries to create the new one, even though it has been marked for deletion. The issue does not occur when FStea ...
When a Level is being removed from world (UWorld::RemoveFromWorld), the time slicing (time limit) is not respected especially if the EndPlay of actors takes some time.Before starting the RouteEndPla ...
This can also be observed while running in PIE mode using the console command "r.TSR.Visualize -2". It is not clear whether it is only the TSR flickering temporal analysis visualization that is exh ...
In material editor, if a quality switch node is used together with a static switch to control branch, material parameters in the 'true' branch will never show up in the Detail panel of material inst ...
When a WPO (World Position Offset) object casts a shadow on a translucent object, the translucent object flickers continuously as the shadow passes over it. Initially logged as a 5.5/5.5.1 but also ...
Children of retainer widgets have improper clipping, causing any widgets set to "Clip to Bounds" to clip incorrectly. This may also affect hit testing in cases where multiple retainer widgets are ne ...
A change has been done to the TSoftObjectPtr class that warns when constructing a pointer-to non-const from a pointer-to-const. This change makes sense and is correct. Example: UTexture2D* Loade ...
The licensee has identified a potential fix by changing if( Settings.bLerpUVs ) to if( Settings.bLerpUVs || UVIndex == 0 ) On line 389 of NaniteBuilder\Private\Cluster.cpp in UE 5.5 ...
A Skeletal Mesh simulating physics that hits a Geometry Collection Actor with OneWayInteraction true, OneWayInteractionLevel 1, and is using Damage Propagation (default) will be accelerated so fast ...