[Soundfield Submix][Crash] - Unreal Ambisonics Crashes on Packaged Game and in Standalone

UE - Audio - Submixes - Jan 11, 2021

Issue was reported by a user on the Unreal Engine forms. I tried to package the game with the other encoding options and this appears specific to using the Unreal Ambisonics option.  I have only co ...

Vulkan RHI when execute the node "Create Render Target 2D" when enabling the option "AutoGenerate Mip Maps"

UE - Rendering Architecture - RHI - Jan 11, 2021

Unreal Crash in with Vulkan RHI when execute the node "Create Render Target 2D" with the option "AutoGenerate Mip Maps" then execute "Draw Material to Render Target" Opening the project also opens ...

Crash when reimporting skeletalmesh with metadata

UE - Editor - Content Pipeline - Import and Export - Jan 11, 2021

Crash when we restore metadata after re-importing a skeletalmesh. ...

[CrashReport] libUE4Editor-ApplicationCore.so!X11_SetWindowPosition [SDL_x11window.c:863]

UE - Platform - Linux - Jan 11, 2021

Generated from CrashReporter ...

Spawnable templates can reference other spawnables and their levels in a sequence

UE - Anim - Sequencer - Jan 8, 2021

Spawnable templates can reference other spawnables. These references will be unstable due to the nature of spawnables, and the level reference can lead to unexpected behavior.  ...

Ensure in APlayerState::OnRep_bIsInactive may be hit

UE - Networking - Jan 6, 2021

The ensure in APlayerState::OnRep_bIsInactive may be hit due to the player state being replicated before the game state. The check is necessary for making sure the game state is available, but the e ...

Cascade particle system crash when changing levels in a cooked game

UE - Niagara - Jan 6, 2021

Changing levels with an auto-released particle system will cause cooked builds to crash. This is a regression. This crash does not occur in 4.25 ...

Cannot create FBXEportOption in blueprints

UE - Anim - Sequencer - Jan 5, 2021

The class UFbxExportOption is not specified as a blueprint type, so it cannot be constructed in blueprints. This class is needed for exporting FBX files from a sequence, which means this functionali ...

Crash occurs when compiling in Editor after editing a C++ file

UE - Foundation - Cpp Tools - Hot Reload - Jan 5, 2021

Crash seems inconsistent, doesn't seem to happen every time. You may have to change the variables and re-compile through the editor a few times to get it to trigger. The crash did occur for me when ...

If use with mesh particles or use with niagara mesh particles is checked in the Usage flag of the material and the material domain is set to volume, compile error will occur.

UE - Niagara - Jan 5, 2021

[SM5] /Engine/Private/VolumetricCloud.usf(118,33-53): error X3018: invalid subscript 'VertexId' This is happening in VolumetricCloud.usf, but it seems that I can avoid the error by adding the follow ...