Reported in SF [Link Removed] Lumen Panorama renders in 2025.2 may appear overexposed compared to the viewport, or when comparing the same render produced in 2025.1.1 This only appears to occur wi ...
Substrate Materials cannot be baked when Meshes are merged using the "Simplify" method. All textures except for the normal are reduced to a single black parameter. The normal texture produced does n ...
See slack thread: [Link Removed] Resume : In the context of the object substitution for Revit, when TM starts, it exports a csv listing the available objects and their corresponding thumbnail. This ...
On the nDisplay plugin code, CL 44773085 from August 12 introduced a new struct template TMarginSet and changed struct FDisplayClusterViewport_OverscanSettings to use it. However, the latter is defi ...
When an Actor's CustomTimeDilation is 0.0, functions FActorTickFunction::ExecuteTick() and FActorComponentTickFunction::ExecuteTickHelper() will call AActor::TickActor() and UActorComponent::TickCom ...
Shaders that compare custom depth and pixel depth get wrong output values because the ranges are different. This error is most noticeable over large distances. The difference in ranges is due to t ...
Structure FKeyHandle stores an internal index, which is initialized from a static atomic counter in the default constructor: +----- FKeyHandle::FKeyHandle() { | static std::atomic<uint32> LastKey ...