Returning the base class type by literal value in a base class function will return a different value in a child class when it's nativized.

UE - Gameplay - Blueprint - Apr 27, 2020

If a base class function returns its own class as a literal value, the nativization process will emit the literal term as "GetClass()" rather than as the actual value (e.g. UBPBase::StaticClass()). ...

Typo: Top Down Sample Template has two folders for lighting. One is spelt "lightting"

Docs - Samples - Apr 23, 2020

Typo of lighting exists in the Top Down Template map.  ...

Get polygon data via GetPolysInBox that are outside the box

UE - AI - Navigation - Apr 6, 2020

GetPolysInBox should get only the polygons(FNavPoly) that are on the bounds of the box. However, there are cases where polygon data outside the bounds of the box is currently obtained. It gets polyg ...

Making a navigation system 'strictly static' affects all subsequently created navigation system instances

UE - AI - Mar 26, 2020

The problem is a result of two things: UNavigationSystemV1::bStaticRuntimeNavigation being staticUNavigationSystemModuleConfig::UpdateWithNavSysCDO copying the data from nav sys CDO, including bStat ...

Instanced EditInlineNew Objects not correctly propagating to children and placed level instances

UE - Gameplay - Mar 3, 2020

Instanced EditInlineNew objects are kind of broken right now and hard to make full use of. In addition to the notes above, there are some cases where you can't even assign new values into the base c ...

Unable to Import Alembic Files in UE4

UE - Editor - Content Pipeline - Import and Export - Feb 25, 2020

We have written a plugin for UE4 that allows Unreal users to import and set up Megascans assets into Unreal Engine. Recently we added Alembic files to our assets and also updated all our plugins to ...

Native struct types that declare one or more non-UPROPERTY fields are not initialized with the default value from a modified Blueprint CDO.

UE - Gameplay - Blueprint - Feb 12, 2020

Dynamically-spawned instances of a Blueprint class go through an optimized property initialization pass (see UBlueprintGeneratedClass::BuildCustomPropertyListForPostConstruction() and InitProperties ...

Unable to input with IME in widget component.

UE - Editor - UI Systems - Feb 12, 2020

Unable to input IME text in widget component, but able to input IME text in textbox like UMG designer.  It works fine until 4.21, however it wasn't able to work after 4.22. Workaround: void FSla ...

Particle System Components don't inherit owner's time dilation

UE - Niagara - Feb 7, 2020

This is a regression introduced by the particle system manager. It does not account for the owning actor's time dilation when ticking the particle system components.  ...

BP - Nativizing a UMG widget hierarchy in which a child widget of another widget BP type has the "Is Variable" box unchecked will result in a crash at runtime.

UE - Gameplay - Blueprint - Jan 28, 2020

When the "Is Variable" box is unchecked for a BP-typed child widget, a variable will not be created at Blueprint compile time to reference the child widget in the nativized widget BP class. This bre ...