Editor Preference settings get wrongly saved within project instead of editor

Tools - Jul 23, 2018

Various settings within the Editor Preferences window get saved within the project instead of the Editor. If someone were to heavily modify their Editor Preferences they would have to set it up agai ...

Child Actor components on Clients use the incorrect default values for variables that are not being replicated

UE - Gameplay - Blueprint - Aug 28, 2018

When a Child Actor's class is replicated but the individual variables are not, the individual variables will use the default of the original BP class instead of the defaults that were set in the Chi ...

Missing Service Node warning when opening project

UE - AI - Sep 24, 2018

Services in the Behavior Tree sometimes don't work when the project is first loaded. The Behavior Tree will print a "missing service node" warning and the BT will remain inactive. This was reported ...

EarlyZPassOnlyMateriaMasking Makes Masked Materials on Particles Flicker When Close to the Camera

UE - Niagara - Oct 12, 2018

When "r.EarlyZPassOnlyMaskedMaterials" is enabled, masked materials used with particles will flicker when close to the camera. Found in 4.17 CL# 3658906, 4.18 CL# 3832480, 4.19 CL 4033788, 4.20 CL# ...

Skeletal Mesh rigid body simulation is not being updated with correct bones locations right after Skeletal Mesh is spawned

UE - Simulation - Physics - Nov 5, 2018

When simulating in Editor, the Skeletal Mesh bone locations are not being passed into simulate if the simulation is being toggled the same frame when the Mesh is being set on a Skeletal Mesh compone ...

GetTeamAttitudeTowards is called before AI Controller can spawn and gets a null value

UE - AI - May 6, 2019

Licensee is experiencing an issue where GetTeamAttitude is being called before the AI Controller's Construction event. This results in the warning "GetTeamAttitudeTowards - Pawn is null!" being outp ...

SceneCapture2D Component Show Flags that are Modified in a Blueprint initially are Copied not Referenced

UE - Graphics Features - May 17, 2019

If you disable show flags in a SceneCapture2D component of a Blueprint, trying to re-enable them in the Blueprint will not update instances in a level. Anything that was left alone will change along ...

Nvidia Graphics Drivers cause editor menus to flicker and disappear after using the editor for an extended period of time

UE - Graphics Features - Apr 16, 2021

This issue seems to be occurring on a variety of Nvidia cards. So far, I haven't seen any indication that it is affecting AMD graphics cards. The majority of the reports have indicating that the pro ...

The Get node for the float value of Custom Axis Mappings only return 0.0 when called from Blueprints other than the Controller

UE - Gameplay - Input - Dec 3, 2014

The Get node for the float value of Custom Axis Mappings only returns 0.0 when called from Blueprints other than the Controller. Input from the player does not affect the value. Note: this works a ...

Static code functions cause associated blueprints to not compile after a hot reload

UE - Foundation - Cpp Tools - Hot Reload - Oct 14, 2016

If a function inside a BlueprintFunctionLibrary class is declared as static, instances of the function node inside blueprints cause the blueprint to not save after a hot reload. This does not affec ...