Duplicated Blueprint Causes Incorrect Target for Events

UE - Gameplay - Blueprint - Oct 15, 2015

Duplicating a blueprint that has a node hooked up to BeginPlay causes the BeginPlay in the duplicate blueprint to target the original blueprint. This does not appear to affect functionality. Occur ...

Scrolling the mouse wheel slowly on Mac does not have any effect in the editor

UE - Platform - Apple - Jan 19, 2017

REGRESSION No, occurs in 4.14.3 On Mac, scrolling slowly (one or two notches) does not have any affect in editor, whereas on the Windows, this has full effect. This was seen in editor (with scroll ...

Editor windows that contain viewports cause large framerate loss

UE - Graphics Features - Feb 7, 2017

When editor windows are opened that contain a viewport of some sort, the framerate of the engine drops drastically. Examples include the Blueprint Editor, Material Editor, and Persona. The viewport ...

Split Struct nodes do not update if the struct variable is changed

UE - Gameplay - Blueprint - Aug 30, 2017

If a struct variable inside a blueprint has its node split, changing the variable form one struct to another does not update the split pin. Recombining / resplitting the struct has no affect. Work ...

Gameplay Debugger doesn't work in ShooterGame when "Run Dedicated Server" is checked

UE - AI - May 10, 2019

The Gameplay Debugger does not function in ShooterGame when "Run Dedicated Server" is checked. This issue only affects ShooterGame and works as expected in a Blank project or if "Run Dedicated Serve ...

[Feature Request] Hardware video decoding on Windows DX12

Media Framework - Jun 22, 2021

Currently, all DX12 video decoders on Windows use software decoding. On the other hand, if the engine is running on DX11, developers can use this by enabling the "Hardware Decoding" option under "Ex ...

Full Scene Importer Blueprint will only set as Movable Components

UE - Editor - Content Pipeline - Import and Export - Jun 22, 2016

When importing a full scene using the Full Scene Importer and having it create a Blueprint actor that will set it's default mobility to static. Even unchecking the Import as Dynamic option will not ...

HMD Mirror Mode causes vive to have black preview screen

UE - Platform - XR - Jun 23, 2016

[NickW] SteamVR uses HMD Mirror, but this should fail more gracefully Not sure if this is supported for vive, but it puts the user in a state where they can't undo the command (or change back to a ...

Using the CVar `Shot` causes artifacts in the screenshot with GearVR

UE - Platform - XR - Mar 7, 2016

When using the CVar for `Shot` the produced image saved in the screenshots folder of the project on the device will has artifacts that are not the image taken. This happens when using a Gear VR Proj ...

Attempting to Change Global Variable to Local Variable in a Function Containing a Timer Causes Compiler Error

UE - Gameplay - Blueprint - Sep 14, 2016

When attempting to replace a global float variable with a local float variable that is connected to a Timer node in a blueprint function, an error will appear after trying to compile. This does not ...