Unreal Logo in Display 3.1 Continues to Spin After Button is Turned Off

Docs - Samples - Sep 21, 2016

While writing test cases for the Blueprint Communication Content example, I came across this inconsistency. The logo continues to spin even after the button is no longer active. I expected the logo ...

Reading data back from rendertarget not working on Android opengles 3.x

UE - Platform - Mobile - Aug 7, 2019

From user: "I believe the issue is deal to the implementation of FAndroidOpenGL, there is no overriding of FOpenGL::SupportsMapBuffer(),which always return from the base FOpenGLES2 method and it is ...

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

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

Can Ever Affect Navigation does not detect updates to collision settings at runtime

UE - AI - Jan 27, 2016

When a mesh has its collision updated during runtime the navigation around the mesh does not update. Workaround: If the mesh is set to simulate physics then updates to its collision will update nav ...

[CrashReport] TOctree<TVolumeLightingSample<3>,FLightVolumeOctreeSemantics>::TConstElementBoxIterator<TInlineAllocator<99,FDefaultAllocator> >

UE - Graphics Features - Oct 5, 2017

This Jira is a continuation of [Link Removed]. This is the same callstack which users are submitting, however the other Jira eventually got specific repro steps which were verified fixed in 4.17.0. ...

Teleport only affects static mesh of destructible meshes, collision remains at original location

UE - Simulation - Physics - Destruction - Sep 15, 2015

Teleporting a destructible mesh only transports the mesh of the object, the collision remains where it was originally located. Further, if the player runs into the collision, the static mesh will re ...

Object set to simulate via a LevelBp will not be affected by a radial force component

UE - Simulation - Physics - Jun 7, 2017

If the objects are set to simulate physics via the details panel it works fine If the objects are set to simulate physics via a level BP the radial force doesn't work Attached video shows you how to ...

When 1 AnimSequence asset is used for multiple SeuqnecePlayer, the override by AnimGraphOverrides affects other than the specified SequencePlayer.

UE - Anim - Runtime - Anim Blueprints - Jun 30, 2022

If you use the same AnimSequence in multiple SequencePlayers in Base AnimBP and replace asset of one of SequencePlayers by AssetOverride in Child AnimBP, the result will be reflected in the other Se ...