There is an issue occurring where Unreal crashes when you connect a scalar node to scalar input when the material function has a vertex interpolator. This issue causes the engine to crash, but the i ...
In Persona, when disabling a material curve, the viewport will play the curve at the value that it was disabled at, rather than at value 0. The viewport will only show it correctly once Persona is ...
RHIUpdateTexture2D uses the wrong size for the per-row memcpy, which means we can't support passing in an offset within a larger image in the SrcData pointer (doing so will result in an access viola ...
Stub functions generated for unconverted assets as dependencies of nativized assets do not properly handle output parameters (the result is not assigned after the ProcessEvent() call). Suggested fi ...
If #define PHYSX_MEMORY_STATS 0 is set to 1, the Engine will not build successfully. The build fails with the message: error C2338: FPhysXAllocationHeader size must be less than 16 bytes. ...
When playing a sound with the bProcedural = true option enabled. The associated sound will then drop samples when played. The licensee who originally reported the issue actually has provided a fix i ...
When using a single FBX with multiple meshes that is imported as individual meshes, if you reimport after updating only a single mesh or a few of them the entirety of FBX will be imported and added ...
Point and Spot Lights no longer work when using the Orthographic Camera Projection Mode. Note that the Directional Light still works as intended. This is a regression from behavior that worked in ...
In the default Linux folder configuration, Engine/Source/Runtime/Core/Public contains two folders, iOS and IOS. The iOS folder contains the files IOSCriticalSection.h and IOSCriticalSection.h while ...
Play rate track does not work when using CreateLevelSequencePlayer Regression: YES Worked: 4.12.5 CL:3039270 Broken: 4.13.1 CL:3142249 ...