StateTree: Reentering current state immediately after exiting does not reset variables on tasks with "Should State Change on Reselect"

UE - AI - StateTree - Nov 7, 2024

Context State Tree Tasks have a configurable default value 'Should State Change on Reselect' which controls whether the task receives a EnterState/ExitState if completion of the current state is fo ...

AppleARKit forces view projection matrix according to device viewport

UE - Platform - XR - Nov 5, 2024

[Link Removed] ...

The tooltip of a UPROPERTY enum is not refreshing in UDetailsView

UE - Editor - UI Systems - Oct 15, 2024

There is an issue with UPROPERTY enums where the tooltip does not update as expected. When the DetailViewWidget is refreshed, the tooltips appear correctly. For example, ToggleShowingOnlyAllowedPro ...

Lumen doesn't use correct sky light settings when GI scalability changes from Low to High

UE - Graphics Features - Lumen - Sep 24, 2024

When the Global Illumination scalability settings are changed in the editor from High to Medium, they primarily act on the r.Lumen.DiffuseIndirect.Allow and r.SkyLight.RealTimeReflectionCapture.  No ...

Runtime Virtual Texture (RVT) baked mips using Streaming Virtual Texture (SVT) only bakes the base colour

UE - Graphics Features - Sep 13, 2024

Using Streaming Virtual Textures for the lower mips of an RVT using Base Color, Roughness, Normal seemingly leads to both roughness and normal being sampled as 0. This causes a significant shading a ...

Affect Indirect Lighting While Hidden can affect the environment after data layer unload in editor

UE - Graphics Features - Sep 9, 2024

After setting Affects Indirect Lighting While Hidden but before saving the level, the emissive contribution persistents through datalayer visibility toggles. This does not appear to occur in PIE, on ...

It's possible to create a locked state on a rigidbody by creating a TransientField that will keep the rigdbody Sleeping even after it leaves the Field's area of influence

UE - Simulation - Physics - Sep 5, 2024

The licensee found a way to lock the state of a rigidbody as PBDRigid->ObjectState() == EObjectStateType::Sleeping by subjecting it to a particular transient field composed of a RadialFalloff and a ...

Assets referenced solely in disabled Niagara Emitters are still cooked and packaged

UE - Niagara - Sep 5, 2024

Niagara Emitters, when disabled, appear to be removed from the Niagara System's packaged asset as evidenced by a sizeable reduction in size. However, if the Emitter referenced an asset, such as a st ...

r.Shaders.Optimize=0 crashes when compiling a UI material

UE - Rendering Architecture - Materials - Sep 2, 2024

[2024.08.30-22.12.22:384][ 73]LogWindows: Error: appError called: Assertion failed: CurrentGPUVirtualAddress != 0 [Link Removed] [Line: 659] Disabling shader optimisation can crash the editor when ...

Nanite can assert in ValidateFixupChunk: 'Assertion failed: HierarchyNodeIndex < Resources.NumHierarchyNodes'

UE - Graphics Features - Nanite - Aug 29, 2024

Reported by a licensee. More discussion in the linked UDN case. "Sometimes the WorldPartitionBuilderCommandlet will fail after encountering this error:" Error: Assertion failed: HierarchyNodeIndex ...