"Activation" and "Trigger" keywords are not allowed as a subcategory

Tools - Jul 1, 2019

Using Activation and Trigger as subcategories names does not work in the Details Panel. Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 7208101), 4.24 (CL - 7216880) ...

Crash using VisualizeTexture command with texture id

UE - Graphics Features - Jul 1, 2019

Crash always occurs when executing Visualize Texture Command with Texture id. Looks like GVisualizeTexture.Mode doesn't affect correctly. Workaround: VisualizeTexturePresent.cpp FVisualizeText ...

Triggering a HotReload Compile when Start up is Manual can result in an Editor crash: Assertion failed: GIsHotReload, Trying to recreate class outside of hot reload!

UE - Foundation - Cpp Tools - Hot Reload - Jun 30, 2019

Torrigered when hotreload is performed in a case where code referencing to dll. Crash when restarting from VisualStudio. It didn’t see in 4.21. Workaround:   Delete the Intermediate folder and e ...

The default scene root of an blueprint actor is not removed after adding a static mesh component via C++ until after restarting the project

UE - Gameplay - Jun 27, 2019

The default scene root of an blueprint actor is not removed after adding a static mesh component via C++ until after restarting the project (or reloading the blueprint asset) Found in 4.22 CL#70536 ...

Third Party Library Plugin won't load in packaged build

UE - Foundation - Cpp Tools - Jun 27, 2019

Plugins created using the Third Party Library template won't load in a packaged build or the Launch button in the Editor Toolbar, but will if launched through the Project Launcher Window via the Edi ...

Query Params are ignored when using EQS

UE - AI - Jun 26, 2019

Trying to set the Bool Match as a Query Param causes the value to not be recognized. It just thinks the value is whatever default value it has instead of reading it from the params set in the Behavi ...

RemoveAxisMapping() removes axis mappings of the same key regardless of Scale value

UE - Gameplay - Jun 26, 2019

When you remove an axis mapping using a specific key it will remove all mappings even if they have separate scales. The user found a fix that I verified that worked. In "InputSettings.cpp", which i ...

Sequencer bindings are lost when creating Sequence Player after loading a Sublevel

UE - Anim - Sequencer - Jun 26, 2019

Sequencer bindings are lost when creating Sequence Player after loading a Sublevel using LoadLevelInstance. This was reported and tested in 4.21.2 (CL-4753647). This was reproduced in 4.22.3 (CL-7 ...

Child Blueprint construction script runs before parent C++ OnConstruction

UE - Gameplay - Jun 25, 2019

When the order of construction is backwards it makes it impossible to have native objects set up components in OnConstruction, that a child BP Construction Script then has access to. Sometimes the C ...

User widget object is invalid when called in a widget component on BeginPlay

UE - Editor - UI Systems - Jun 25, 2019

User widget object is returning invalid inside of a widget component ...