Skeletal mesh's physics collision lag behind the actual mesh. It didn't matter if there was just a root bone or multiple bones/constraints. This doesn't happen when using static meshes. The effect ...
Packaging for iOS Distribution from Windows using Remote Compile results in a failure during the signing portion. This seems to be caused by a hardcoded "false" for a property that is used to determ ...
From file [Engine\Source\Runtime\Experimental\Chaos\Public\Chaos\AABBTree.h], function Chaos::TAABBTree<>::GetAsBoundsArray(): bool GetAsBoundsArray(TArray<TAABB<T, 3>>& AllBounds, int32 NodeIdx, i ...
As one clicks on the enum fields trying to form an input, the log is written with a variation of the following: [2025.02.14-17.42.38:940][521]LogNiagaraEditor: Error: Error getting default value fo ...
Game crashes in shipping build when un-pluging the Oculus HMD, then plugging it back in. Confirmed in 4.13.2 from the launcher, did not repro via same steps in 4.14 preview 3 ...
A user reported that when calling SetText on a text widget in a widget blueprint's PreConstruct causes an editor hang when you put a breakpoint on SetText and attempt to save the asset. The issue i ...
Shaders that compare custom depth and pixel depth get wrong output values because the ranges are different. This error is most noticeable over large distances. The difference in ranges is due to t ...
When the gameplay framework component manager creates components as part of CreateComponentOnInstance, it passes in the requested class name as the literal name of the component instead of using the ...
This is a continuation of [Link Removed]. The previous ticket changed an Assertion to an Ensure in order to stop a crash from occurring, and stated that a more complete fix would be coming in 4.10. ...
A licensee has reported that the ZoomFactor variable inside of the DrawPoint function is being calculated incorrectly. It currently is calculated using the lesser of the projection matrix's horizont ...