AI Perception UnregisterSource Sense == nullptr does not affect pending adds

UE - AI - Perception - Jun 15, 2022

UAIPerceptionSystem::UnregisterSource according to its documentation should treat Sense == null as targeting all sources, but the code for removing pending sources does not treat Sense == null as th ...

Hide Categories in a blueprint will not affect categories in inline components

UE - Editor - Workflow Systems - Oct 12, 2022

This occurs because ObjectPropertyNode.h will only check if a category is hidden for it and its subclasses. It should also be checking the parent's categories if it's an edit inline component. ...

WP level instance runtime settings affect streaming generation

UE - World Creation - Worldbuilding Tools - World Partition - Nov 16, 2023

If a level instance uses different runtime settings then it can override the main WP's runtime settings with UWorldPartitionRuntimeSpatialHash::ApplyCVars Runtime settings:GRuntimeSpatialHashUseA ...

Level Streaming - Always Loaded sublevel affected by streaming volumes

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

The docs mention: "When a streaming Level is set to Always Loaded, it is loaded together with the persistent Level. It also becomes visible at the same time as the persistent Level. It ignores strea ...

Shipping build crash when unplugging then replugging Oculus HMD

UE - Platform - XR - Nov 9, 2016

Game crashes in shipping build when un-pluging the Oculus HMD, then plugging it back in. Confirmed in 4.13.2 from the launcher, did not repro via same steps in 4.14 preview 3 ...

Wind affects cloth in scene when there is no Wind Directional Source actor placed

UE - Simulation - Physics - Character - Jun 22, 2015

If a character with a cloth simulation or a mesh with a cloth simulation is in the scene there is wind force that is being applied to the cloth. The only way to remove this is by setting a Wind Dire ...

Collision on rolling ball template floor incorrectly affects player character

Docs - Samples - May 27, 2015

In the rolling ball template, the new floor meshes cause the player character to jump when the player has not pressed any jump commands. It occurs more often if the players movement has been increas ...

Unable to save blueprint after Hot Reload that affects the class the blueprint is based on

UE - Gameplay - Blueprint - Sep 14, 2015

After hot reloading a project, if the class a blueprint is based off of was edited, the blueprint is unable to be saved due to being referenced in Engine/Transient. Project for Repro: [Link Removed ...

r.Shadow.RadiusThreshold and r.Shadow.FadeResolution not affected by Scalability Settings

UE - Graphics Features - Apr 20, 2018

r.Shadow.FadeResolution and r.Shadow.RadiusThreshold values in DefaultScalability.ini are not being applied ...

InstancedStaticMeshes disappear in Shipping builds on mobile when affected by dynamic point lights

UE - Platform - Mobile - Aug 22, 2019

This ticket is to add the safe workaround for 4.23.1, with a more optimal fix coming in 4.24. ...