Crash editing Transition Logic after deleting State and Transition in State Machine

UE - Anim - Runtime - Anim Blueprints - Sep 8, 2020

Attempting to click on a node in a Transition Logic that has been opened in a new tab will cause a crash when the correlating State node and it's transition have been deleted from the State Machine. ...

Creating a new C++ Synth Component results in a failed compile linker error.

UE - Audio - Dec 19, 2019

Upon creating a new Synth Component C++ Class in Unreal 4.24, the compiler will fail to compile with a Linker error. ...

Texture asset only exportable as .COPY and .T3D

UE - Editor - Content Pipeline - Import and Export - Dec 13, 2019

Export for certain marketplace asset limited to .COPY and .T3D (and .BMP in 4.24) I was unable to reproduce this with a texture that I created even with Grayscale / sRGB disabled. ...

Second player's screen does not render in Split Screen on Android

UE - Platform - Mobile - Mar 21, 2019

The second player's screen in a Split Screen multiplayer session on Android does not render. It remains completely black. This was also an issue prior to 4.15 but was fixed with [Link Removed]. The ...

Sequencer Export to FBX file framerate is always 30fps, regardless of playback rate in Sequencer

UE - Anim - Sequencer - Apr 24, 2020

This issue can cause problems for developers who are operating at framerates that aren't 30fps (eg 24).  In Sequencer: [Link Removed] In Maya: [Link Removed] ...

Procedural Sound Wave Fails to Play when returning 0 bytes in GeneratePCMData callback

UE - Audio - Aug 2, 2016

Returning 0 bytes in GeneratePCMData results in the procedural sound wave not continuing to play audio. Instead of returning 0, we need to return an empty buffer if the procedural sound wave doesn't ...

Hierarchical Instanced Static Mesh component instances are not duplicated correctly if the parent is duplicated

UE - Graphics Features - Dec 16, 2016

Duplicating an actor with a Hierarchical Instanced Static Mesh component that has an instance will duplicate the instance as well, but this instance is not rendered. Please note, this was discovere ...

Artefacts with Volumetric Clouds

UE - Graphics Features - Nov 2, 2022

(Enduring Games) Please see UDN - Case includes project and potential fix from customer. Need to verify that it does not affect other parts of the volumetric composition. bHasValidSamples is the sam ...

Attached Project Crashes When Attempting to Open Blueprint

UE - Gameplay - Blueprint - Nov 11, 2015

The project in question: [Link Removed] The user is experiencing an issue where they've fixed compile errors on their NPC blueprint, and now are unable to open it without experiencing a crash. Righ ...

Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active

UE - Gameplay - Feb 15, 2017

Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active. Restarting the editor fixes the issue. ...