Inside SCurveEditor::ZoomToFitHorizontal and SCurveEditor::ZoomToFitVertical, the program navigates through a TArray<FRealCurve*> called CurvesToFit in a for each loop. Inside the for loop, if the p ...
When compiling a PSO, RHI Breadcrumbs can be fed a bad FRHIBreadcrumbNode, resulting in reading random memory and crashing during the recursive node iteration. This only happens when tracing. The i ...
When changing the version in UGameUserSettings, the expected behaviour is that GameUserSettings.ini will be wiped/delete and then regenerated. The actual behaviour is that within the ValidateSetting ...
Using "Set Bone Rotation by Name" in the construction script of a blueprint using poseable meshes incorrectly rotates the mesh. ...
Animation Sequence preview moves from the origin with root motion enabled and either local or mesh space selected for the Additive Anim Type. Example Project: [Link Removed] ...
Any modifications made to inherited components in a child blueprint revert to their parent's defaults when playing in packaged game and Launch on. User reported that he also saw it when launching i ...
Hang after copying a BP node, right clicking in BP graph, then pasting with Ctrl+V. ...