Calling RegisterComponent in the PreInitializeComponents of an Actor will cause child components of its components to not be initialized

UE - Gameplay - Dec 15, 2017

Calling RegisterComponent in the PreInitializeComponents of an Actor will cause child components of its components to be ignored because the Actor is still being initialized. My understanding is tha ...

Breakpoint triggered in Visual Studio after running "{,,UE4Editor-Core}::PrintScriptCallstack()" command

UE - Gameplay - Blueprint - Jan 10, 2018

Running the command {,,UE4Editor-Core}::PrintScriptCallstack() in the Immediate Window in Visual Studio while debugging is paused in Visual Studio will result in a breakpoint being hit when the ...

Merging negative-scaled actors breaks materials

UE - World Creation - Worldbuilding Tools - HLOD - Mar 27, 2018

Materials are broken when merging a mesh with another that has negative scale Licencee states that bisMirrored in FMeshMergeHelpers::TransformRawMeshVertexData seems to be involved. Does not occur ...

Distance Field Shadows Not Working On Large Objects

UE - Graphics Features - May 10, 2018

UDN Licensee reported this on 4.16, and I can repro in 4.17- 4.19.  Per Licensee: I'm trying to use distance field shadows on very large objects, but it looks like it does not work. Can you sugge ...

Adding a camera cut track through sequencer scripting does not set the movie scene's camera cut track

UE - Anim - Sequencer - Mar 13, 2020

When adding a camera cut track through sequencer scripting there is no way to set the camera cut track on the movie scene, which is how the add track menu determines if a new one can be added. This ...

BlackboardComponent observer can be called for the wrong key

UE - AI - BehaviorTree - Feb 7, 2023

We need to, at least, prevent this by clearing observers when running a new BT using a different blackboard. Must also think that this might affect licensees relying on the current behavior (might h ...

Niagara Fails to Compile Shader For iOS and Android

UE - Niagara - Aug 2, 2018

Niagara fails to compile shader for iOS and Android. Unable to test in 4.19 due to assets provided being created in 4.20. Found in 4.20 CL# 4233996 and 4.21 CL# 4247867 ...

Editor primitives render incorrectly in stereoscopic with instanced stereo

UE - Platform - XR - Aug 17, 2016

Trigger box icons move around when oculus head movement is used. Found in //UE4/Release-Staging-4.13 @ 3090357 QA-Promotion map Edit: 08-22: This affects volumes as well as their editor icons, upd ...

Using Blend Physics Weight causes skeletal mesh to spin at high speed

OLD - Anim - Mar 5, 2015

When Phyics Blend in the PHAT editor is set between 0 and 1, the user character will spin wildly. User has image of this affecting character in game whereas I was only able to replicate it in the PH ...

Using FEditorModeID for the "Mode" console command does not switch the modes tab

Tools - May 10, 2016

Using the FEditorModeID for the different editor modes does not affect actual modes available in editor Modes tab. Example: Command "Mode EM_Foliage" does not switch to the foliage mode Workaround ...