Note: This repros on 4.27 and all 5.x versions. When using the mobile renderer and/or forward shading, Planar Reflection will simply not work if the reflection plane normal has components that add ...
FDeltaCompressionBaselineManager::CreateBaseline will return early if the object has an invalid ObjectInfoIndex, which is allocated in FDeltaCompressionBaselineManager::UpdateScope (by calling FDelt ...
When using a Blend node inside a Post Process Animation Blueprint, the editor crashes while rendering thumbnails. The crash occurs because USkeletonThumbnailRenderer attempts to draw a thumbnail wit ...
We are attempting to use Mutable in 5.6.1 and have encountered an issue which we are not sure how to resolve. The issue occurs when using the ClipWithUVMask node. In short we have a customizable o ...
When using TMap with "Categories" meta UPROPERTY tag for gameplay tags, it propagates into structs that it shouldn't reaching into. The expectation is that it would only impact the layer of gameplay ...
For the "WebAPI" TokenType, the call to execute the delegate is missing in the case where the SteamUserPtr is null or if BLoggedOn is false for the SteamUserPtr, so GetLinkedAccountAuthToken will ju ...
When custom instance data is used to calculate WPO in a Material and applied to an ISM the WPO value in the Lumen scene (ray tracing scene) is different than the visible scene resulting in incorrect ...
This seems to occur due to the order in which the component is registered and set to replicate in UActorComponent::OnCreatedFromReplication. The component is first registered with the world, which c ...
When a material that uses BumpOffset is fed into the Emissive Color of Surface Opaque Default Lit material and then applied to a nanite mesh, a visible seam can be seen along edges and the intersect ...
Nanite Skeletal Meshes will always invalidate VSMs, even with their Shadow Cache Invalidation Behavior set to Rigid. This does not match the behavior of non-Nanite Skeletal Meshes. ...