Custom Keyboard Shortcuts for Landscape Visualizers only work in Landscape Mode

UE - LD & Modeling - Terrain - Landscape - Jun 1, 2017

Keyboard shortcuts for landscape visualizers only work while in Landscape Mode, however the visualizers in the viewport dropdowns work in any mode. I believe there needs to be consistency here with ...

Unable to Save or Close Editor after Copying .FBX to Content Folder via Project Directory

Tools - Jul 5, 2017

The editor is not allowing users to save or close a project after an .FBX file has been copied to the project's Content directory and allowing the Content Browser to discover the change in source fi ...

Audio volume values get reset

UE - Anim - Sequencer - Aug 9, 2017

Also confirmed in 4.22 Main @ CL 4413632 ...

Gradle APKs include all architecture libraries instead of just the target

UE - Platform - Mobile - Aug 11, 2017

AAR files may contain multiple architectures and Gradle is including them all instead of filtering them to only include the active architecture in the APK. ...

Running the demostop command within GameMode :: OnLogout crashes the process

UE - Networking - May 18, 2018

amendment void APlayerController::OnNetCleanup(UNetConnection* Connection) { UWorld* World = GetWorld(); // destroy the PC that was waiting for a swap, if it exists if (World != NULL) ...

Packaging fails with too many instanced static meshes

UE - Graphics Features - Jun 8, 2018

Project will fail to package with more than one actor containing ISM Components. From user: "...After some testing I found that it only occurs if there are multiple actors in a map (either of the ...

'Set Timer by Function Name' not able to call functions that return an Output Parameter

UE - Gameplay - Jul 16, 2018

When using a 'Set Timer by Function Name' node with a Function that has an Output parameter it will fail at executing the Function. If the Function is called with an Event BeginPlay node it will fu ...

Instance UObjects in an array on an Actor replaced by pointers to other objects in array while PIE

UE - Gameplay - Blueprint Runtime - Sep 20, 2018

When this issue occurs printing out the addresses of each item in the array shows that elements 2 and 3 have the same address, so for some reason the second element's value is being overridden by th ...

CustomDepth rendering incorrectly with Instanced Stereo

UE - Platform - XR - Apr 9, 2019

Screen position node in 4.22 no longer works as expected. Confirmed in 4.23 Main @ CL 5806859 ...

AspectRatioAxisConstraint forced to be AspectRatio_MaintainXFOV

UE - Anim - Sequencer - Jun 19, 2019

A licensee wants to enforce YFov constraint for a game project by setting AspectRatioAxisConstraint=AspectRatio_MaintainYFOV in the config. However during playing the sequence, the value of AspectR ...