GameInstance and subsystem initialization order is incorrect for Play In Editor

UE - Gameplay - May 18, 2023

The order of world and game instance initialization is different between a true standalone game (cooked game or an editor build with -game) and a Play In Editor game. Specifically, in Play in Editor ...

Event Dispatcher not being called in 4.6

UE - Gameplay - Blueprint - Dec 8, 2014

ED nodes in 4.6 but are not being executed in standalone or cooked games. Also, users receive compile errors when the project is saved and reopened that resolve when the blueprint is recompiled. ...

UMG Widget Hierarchy auto-expands on simple changes causing frustration and a slow work flow

UE - Editor - UI Systems - Oct 10, 2016

1. Create a hierarchy in UMG that has a couple layers deep of children such as vertical boxes that have multiple children that are vertical boxes, widget switchers .. 2. Collapse all children in th ...

Player Controller does not handle multiple CharacterMovement movement modes

UE - Gameplay - Blueprint - Feb 6, 2018

From Bug Submission: The variable in the image I attached is unable to distinguish between multiple characters all possessed by the same player controller. So if one character has this variable set ...

Bad references for Lighting Scenarios when moving Levels and Map Build Data Registry to different Folder

Tools - Feb 2, 2017

When moving Lighting Scenario Levels and their associated Map Build Data Registry to a new folder within the Content Browser, the references within the Levels tab are updated as [MapName_BuiltData]. ...

Inaccurate Panning on Tap Delay Submix

UE - Audio - Oct 5, 2021

The panning in the Tap Delay Submix Effect does not always match its assigned Pan in Degrees value. Specifically, the left and right side appear to be reversed on Stereo setups. In addition, in 5.1 ...

EDITOR: High Resolution Screenshot: Unable to capture high res shots in game or during cinematics

Tools - Sep 2, 2014

BRANCH: //depot/UE4/Promotable-CL-2281016 CHANGELIST: 2281016 BUILD TYPE: P4 PLATFORM: Windows FREQUENCY: 3/3 DESCRIPTION: Unable to capture High Res shots in game or during cinematics REPRO STEPS: ...

Engine crashes with AudioMixer if the sound is disabled in the system

UE - Platform - Linux - May 16, 2019

Seems like failure to init SDL device is not being properly propagated and something on the higher level keeps pushing commands to the (non-existent?) audio thread. Paging also [Link Removed] and [ ...

adjusting the scale of a DM via BPs will not give accurate collision

UE - Simulation - Physics - Destruction - Dec 8, 2014

DESCRIPTION: Adjusting a DMs scale via blueprints will cause issues for the collision of the DM once it has been scaled up or down. Scaling down by half or up by a value of 2 or 3 is easier to see t ...

Deprecated blueprint variable fixups may fail depending on loading order

UE - Gameplay - Blueprint - Mar 7, 2024

There is currently no simple way to do a deprecated variable fixup on native variables that are set by a blueprint class. For a simple variable rename, CoreRedirects can be used and will work proper ...