r.ScreenPercentage.Editor does not function

UE - Graphics Features - Jun 2, 2016

Setting r.ScreenPercentage.Editor does not affect the upsampling/downsampling of the viewport in the editor. Regression: YES - the console command correctly adjusted the screen precentage in 4.11.2 ...

Right side of viewport renders black in stereoscopic

UE - Graphics Features - Jan 19, 2017

When in VR preview the right eye is solid black. This has been reproduced on multiple machines using both the Oculus and HTC Vive. The same effect is also achieved when running -emulatestereo – ...

Package fails to load due to EditorOnly data when launched onto Mac or Windows

UE - Foundation - Core - Jun 28, 2017

LogPlayLevel: QAGame: [2017.06.28-14.09.14:706][ 0]LogLinker:Warning: Unable to load package (../../../QAGame/Content/UMG/UMG_Sprite.uasset). Package contains EditorOnly data which is not supported b ...

Containers of Instanced Subobjects don't inherit as expected

UE - Gameplay - Blueprint Editor - Jul 6, 2018

Changes made to array containers in the parent Instanced Subobject Blueprint does not affect the child. Working in 4.18.3 Broken in 4.19.2 Tested in  4.18.3(CL - 3832480), 4.19 (CL - 4033788), 4. ...

Widget component navigation does not work in Standalone

UE - Editor - UI Systems - Jun 14, 2019

When running a standalone build, focus navigation doesn't work on widgets within a world-space widget component. This may be fallout from [Link Removed], which parented the widget component's virtua ...

add_possessable doesn't work for all objects

UE - Anim - Sequencer - Jun 17, 2019

Using following code in Python: seq.add_possessable(seq.add_spawnable_from_class(unreal.CineCameraActor).get_object_template().camera_component) doesn't create a camera component track in sequen ...

Replay System throws an Ensure during demoplay when calling it in a different Level

UE - Networking - Jul 10, 2019

Replay System throws an Ensure during demoplay when calling it in a different Level. The error is thrown at Source\Runtime\Engine\Private\RepLayout.cpp]. It does not prevent the Replay from being pl ...

Level sequencer's play to(second) function not working as expected

UE - Anim - Sequencer - Aug 22, 2019

The function Play to(seconds) does not functions as it's tooltip implies. "Play the sequence from the current time, to the specified time in seconds". The function instead snaps to the specified tim ...

"Simulate Selected" overwrites "Physics Type" property when playing in Editor

UE - Simulation - Physics - Sep 5, 2019

"Simulate Selected" overwrites "Physics Type" property when playing in Editor. In any subsequent PIE sessions SK_Mannequin will simulate physics even though the option is toggled off. This was repo ...

GetCookedEnvelopeData Blueprint node does not work

UE - Audio - Oct 17, 2019

The GetCookedEnvelopeData Blueprint node does not output cooked audio envelope data when a Soundwave with enabled Amplitude Envelope Analysis is being played. Tested in 4.21 (CL - 4753647), 4.22.3 ...