When using a mesh variation node within a macro instance script, the material slot name of the input mesh is not transferred. On the generated mesh output, the material slot name is "None" ...
ULocalPlayerSaveGame::AsyncSaveGameToSlotForLocalPlayer was designed to properly support multiple in flight requests at the same time, but the current code does not work correctly and this can cause ...
A typo in a conditional compilation macro in NaniteRasterizer.usf causes code controlling distant tessellation reduction to never be included in final shader code. This means that the low tessellati ...
An ensure is hit for static raytracing geometry because skeletal mesh assets that had ray tracing disabled were not handled in: FSkeletalMeshSceneProxy::GetStaticRayTracingGeometries The concurrent ...
Function UNavMoverComponent::GetFeetLocationBased() on file "NavMoverComponent.cpp" returns an FBasedPosition built from an FRelativeBaseInfo. The "MovementBaseInfo" is read from key "CommonBlackboa ...
It seems the FEditorShaderCodeArchive.LoadExistingShaderCodeLibrary missed some functions, use FEditorShaderCodeArchive.AddShaderCodeLibraryFromDirectory instead could fix the issue. ...
Certain placements of landscape splines in world partition levels can cause Nanite landscape proxies to invalidate, and switch back to their non-nanite version. This happens when specific regions of ...
Crash when binding to new components that have spaces in their name and you attempt to access their bindings. ...
When using constraints with layered control rigs, you get jitter on the constrained object. ...
Reported in SF [Link Removed] The Rotator animator's visual helpers will be visible in locally exported Presentations when it should be hidden. This does not affect the Translator animator. ...