Nested components do not appear in proper order in viewport instances

UE - Gameplay - Blueprint - Nov 22, 2017

When an actor contains a nested component (components declared inside another component class), the hierarchy for the actor blueprint does not match the hierarchy of a placed instance of the actor ...

Instanced Properties remain after compile

UE - Gameplay - Blueprint Editor - Jan 25, 2018

Our team has been using property instances, and have run into several problems. We were able to reproduce one of the problems, and I was hoping to have your team look at it. General scenario. We ha ...

IOStore : Packaged game crashes when doing garbage collection right after cancelling async loading by UnloadPrimaryAssetList

UE - Foundation - Core - RuntimeLoader - Mar 15, 2021

Packaged game without IOStore never hits this error. ...

An Actor with Run Construction Script in Sequencer set to true doesn't render out correctly with Movie Scene Capture or Move Render Queue

UE - Anim - Sequencer - Mar 31, 2022

An Actor with Run Construction Script in Sequencer set to true doesn't render out correctly with Movie Scene Capture or Move Render Queue. While previewing the Sequencer the actor moves as expected. ...

TakeRecorder cannot record Auto Activate and Destroy of Niagara effect

UE - Niagara - Apr 1, 2024

When Niagara FX of a recording actor is spawned during taking a record, that FX behavior must be recorded and able to be playbacked. However, Niagara Component Auto Activation by BP node is not reco ...

InstanceOnly properties are written to a Blueprint

UE - Gameplay - Blueprint - Sep 17, 2018

When CopyActorProperties is used with a target being a template such as a blueprint, it can copy and serialize EditInstanceOnly Properties. ...

Linux server builds of 4.24.0 failing due to Text3D plugin's dependencies on FreeType2 and HarfBuzz

UE - Platform - Linux - Jan 31, 2020

The build error is descriptive. FreeType2.Build.cs and HarfBuzz.Build.cs explicitly check if they are being used for a Unix server build and throw exceptions to prevent that. Commenting out those ex ...

Editor Menus don't update on Mac to currently selected Tab.

UE - Platform - Apple - Dec 2, 2016

Under certain conditions, when switching between the project tab and subsequent docked blueprint tabs, the appropriate menu will not refresh for the currently selected tab. Regression: No ...

Crash occurs when opening a Blueprint that contains a variable that is of a type of a child of the Blueprint, as well as a component containing instanced UObjects

UE - Gameplay - Blueprint - Dec 23, 2016

A crash that is possibly the result of a circular dependency can occur if a Blueprint containing an ActorComponent with instanced UObjects and a variable that is a type of a child of itself is opene ...

KiteDemo: Spawn under the map

Docs - Samples - May 4, 2017

While testing in KiteDemo - //UE4/Release-4.16 CL 3420042 in Binary – trying to find the limits of the Caution: Out of Bounds UMG, I found a way to glitch under the map. You must go all the way dow ...