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 ...
In UE5.6 MobileSpecularGGX was removed and now mobile devices also run D_GGX. The problem is that there are still cases where very bright values are produced (image 1) and thus NaNs appear in the Bl ...
FDeltaCompressionBaselineManager::CreateBaseline will return early if the object has an invalid ObjectInfoIndex, which is allocated in FDeltaCompressionBaselineManager::UpdateScope (by calling FDelt ...
Context In Behavior Trees, BT Services can be added to nodes. Those services can have configurable FBlackboardKeySelectors. BlackboardKeys are variables on a blackboard that the behavior tree can r ...
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 ISMs and HISMs, each instance can have its own transform, which can affect the LOD selection of one or more instances. For HISMs in particular, changing the scale of a single instance gre ...
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 ...