A customer is reporting that C4D mograph support is broken in version 4.24. C4D file added under [Link Removed] folder in: [Link Removed] ...
Contrary to the linked UDN question, this doesn't seem to require the actor to be replicated. The problem is that when UWorld::DuplicateWorldForPIE is called for a PIE client instance's persistent ...
CL 3278583 contains a fix for improper failure state allocation of render targets, which causes intermittent crashes when the HMD is unplugged or has a power interruption. This CL fixes the crash ...
Web browser widget appears to fun at ~24 FPS. The FPS for the editors browser widget is much lower than what is seen on other browsers. ...
A licensee encountered a crash during InjectTranslucentLightArray: according to them they fixed the issue in ShadowProjectionCommon.usf: /** Cube map texture. */ TextureCube<float> ShadowDepthCub ...
4.24 moves distortion calculations to the file DistortionCommon.ush and its`ComputeBufferUVDistortion` function. The code in the INSTANCED_STEREO define no longer works as `Interpolants` isn't passe ...
This problem only occurs when the fixed frame rate is 30 and the Sequence Lenngth of the loop animation is 1.66667. If turn off the fixed frame rate setting, it will behave as it should. ...
Athomas reached out to me with a crash he was having when trying his 'Automatic Sync Marker AnimModifier' on a Skeleton that had Virtual Bones. It was verified that this only happens when Virtual B ...
Bink MediaTextureResource assets cause a graphics API crash, due to a missing UAV flag. The Licensee has proposed a fix to add the TexCreate_UAV flag. ...
The Editor can crash if a fixed-size FText array is created. Attempting to edit one of the values of the array in a Blueprint will result in a crash. ...