When a dormant actor gets reawakened and we call TearOff on it, we could expect the actor to get replicated before being TornOff. When these two changes are done on the same frame, the TearOff nega ...
In Tick processing of LevelSequencActors of World Tick, If you destroy an actor with an actor's ticks, delete it immediately from the LevelSequencActor array. I think that the problem occurred becau ...
Screen aligned particles with very low velocity will squash in 4.23+ (No squashing in 4.22) Confirmed in 4.25 MAIN at CL 10333042 ...
For Animation and Tick, we have confirmed that pausing can be done by stopping Native Tick. But we can't stop with Material. Widget Component can change the handling of time with EWidgetTimingPolicy ...
It looks like the Actor's Binding information has not been saved successfully. ...
texture streaming is one of the reasons that drop the label but not the only reason. add a line of code RHIBindDebugLabelName(NewTexture, *OldTexture->GetName().ToString()); into FMetalDynamicRHI:: ...
Having duplicate characters with groom, hair UV layout changes which results in visible shift in character look and also changes color based on camera distance and lights in the scene (hair would fl ...
For some reason, iOS apps no longer launch on device when using QuickLaunch within the Editor. Instead, it does install the app onto the device, but when it attempts to then launch the app, a messa ...
When using a Blend node inside a Post Process Animation Blueprint, the editor crashes while rendering thumbnails. The crash occurs because USkeletonThumbnailRenderer attempts to draw a thumbnail wit ...
On the nDisplay plugin code, CL 44773085 from August 12 introduced a new struct template TMarginSet and changed struct FDisplayClusterViewport_OverscanSettings to use it. However, the latter is defi ...