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 ...

Nanite Dynamic Tessellation issue with Material Layers

UE - Graphics Features - Nanite - Dec 1, 2023

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] ...

Project cannot build in VS 2017 15.8+ if it uses std::make_shared with an over-aligned type

UE - Foundation - Core - Aug 30, 2018

Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...

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++). ...

GooglePAD ondemand assetpack file packaged redundantly in obb file

UE - Platform - Mobile - Mar 19, 2021

In order to distribute content within GooglePAD's distribution size limit. (1GB for install-time, 500MB for fast-follow, and 500MB for on-demand) we are trying to package it as assetpack by dividing ...

Hot reload causes AnimBlueprint to lose functionality and crash

OLD - Anim - Mar 31, 2015

Casting to a character class inside of AnimBlueprint after a hot reload caused editor to crash Crash Reporter: [Link Removed] Additionally, Casts fail, breaking AnimBlueprint after a hot reload ...

Overlapping isn't updated on replicated components after SetWorldTransform

UE - Networking - Dec 10, 2015

Overlapping isn't updated on replicated components after SetWorldTransform. Updating the transform on the Actor itself updates the overlapping as expected. Reproduced in 4.10 and Main (CL# 2798114) ...