If you look at the static method FilterByFloatRange inside AssetRegistryActor.cpp, you can see that the asset registry filter is set to recursively search paths and classes. It is also set to exclud ...
The "LookAt AimOffset" animation node does not recognize the interpolation setting on its assigned Blendspace. This causes the animation to snap to positions instead of smoothly rotating to them. ...
This is an editor-only crash that's due to stack overflow/infinite recursion in UInheritableComponentHandler::FixComponentTemplateName(). We are recursively trying to rename other inherited componen ...
Changing levels with ClientTravel() breaks ability to activate sequence. Client Travel API: [Link Removed] Confirmed in 4.22 MAIN at CL 4503321 ...
After clicking 'Create StaticMesh' button on an Procedural Mesh Component, and saving the mesh, the created mesh has bad tangents. Included in the attachments, is a test project with a parallax mate ...
This is a regression that was introduced by the fix for [Link Removed]. As a result, we can potentially hit an assert in a cooked, nativized build during async load of a non-nativized Blueprint CDO ...
At SubversionSourceControlUtils.cpp line 262, it should be using FileCount instead of FileIndex. ...
The alignas keyword is not usable with a USTRUCT. It can be used with a normal struct. ...
Placing a FunctionalTest Blueprint into a level that contains a landscape component and a sub-level that also contains a landscape component results in a crash when PIE is started. This only occurs ...