Unable to save project due to user created blueprint node that creates user created object

UE - Gameplay - Blueprint - Apr 28, 2015

When a user creates a blueprint node of their own that is used to spawn a user created object, the project becomes unable to be saved after the blueprint is put into use. ...

UEnum::NumEnums appears to be returning one more than the actual number of elements in an enum.

UE - Foundation - Core - Jan 6, 2015

A user reported that UEnum::NumEnums appears to be returning one more than the actual number of elements in the enum. ...

MaterialInstanceConstant doesn't refresh soft references of non-overridden texture parameter

UE - Graphics Features - Aug 22, 2022

Observed by a licensee: [Link Removed] When a material instance points to a material, and the material is edited to change a texture and the material and material instance are saved, the material i ...

LevelSnapshots affect level visibility when restoring snapshot

UE - Virtual Production - Tools - Level Snapshots - Nov 2, 2023

Slack thread [Link Removed] ...

Nanite Dynamic Tessellation issue with Material Layers

UE - Graphics Features - Nanite - Dec 1, 2023

Implied Decal Blend Modes don't account for static ignore-switch parameters in an expected way

UE - Graphics Features - Sep 28, 2021

The desired behavior from a user perspective here is that they'd be able to use Static Switches in a decal master material to toggle different features and behaviors. In the above setup, if I set th ...

AppleARKit forces view projection matrix according to device viewport

UE - Platform - XR - Nov 5, 2024

[Link Removed] ...

DeprojectScreenPositionToWorld has inaccurate behavior in VR

UE - Platform - XR - May 6, 2015

Calling DeprojectScreenPositionToWorld while in VR mode does not project from the center of the Oculus view. Using the results of the call with a line trace will show the line coming off center fro ...

OnKeyDown does not function in packaged game

UE - Editor - UI Systems - Jul 17, 2015

Pressing down a key for a widget blueprint works in PIE however, it's not functioning once the project is packaged. Project Rar File: [Link Removed] ...

PropertyAccessUtil methods do not do propagation to instances when editing archetypes

UE - Editor - Workflow Systems - May 14, 2020

Currently value propagation is handled at the property node level (c.f., PropagateContainerPropertyChange), and is unavailable to any other editor code / scripting (whether in Python or BP or C++). ...