Packaging failed after create EditorUtilityBlueprint asset inherited EditorTutorial class

UE - Editor - UI Systems - Oct 14, 2021

Whenever creating the EditorUtilityWidget asset with EditorTutorial as the parent class, the packaging will fail. If the tutorial is not launched the package will succeed. But launched, it will fail ...

PostProcess AnimBP of Skeletal Mesh set to Additional Meshs in AnimMontage is not evaluated

UE - Anim - Runtime - Oct 14, 2021

This issue does not evaluate PostProcessAnimBP for skeletal meshes set to additional meshes in AnimMontage[Image Removed] If I opened PostAnimBP directly and compiled it, it also played on AnimMont ...

RVT output from Landscape Height gets incorrect mip cache loaded

UE - Graphics Features - Oct 13, 2021

I test it for more information for your reference:It happens only when a Landscape *Height *was output to the RVT, other Landscape's maps like BaseColor are all fine, as well as Height output from o ...

While playing a MediaTrack in the sequencer, the editor will stop for a few seconds when the sequencerPlayer is paused.

Media Framework - Oct 13, 2021

This is also the case when PauseAtEnd is enabled on the sequencer actor and a Pause is applied. After the pause occurs, the log will show the following  LogMediaUtils: Error: Blocking media playba ...

Localization Dashboard does not Localize Audio Content from Within Plugins

UE - Editor - UI Systems - Localization - Oct 12, 2021

The Localization Dashboard is not properly localizing Dialogue Wave assets that are located within plugins. This appears to be a problem with the UExportDialogueScriptCommandlet - namely, it appears ...

ListView does not update properly when game is paused

UE - Editor - UI Systems - Slate - Oct 12, 2021

The ListView widget currently depends on the UWorld's timer manager to fire an event indicating new entries have been generated (see UListViewBase::FinishGeneratingEntry). This can become a problem ...

[AI] GameplayDebugger can be enabled by key press when a Slate widget is focused.

UE - Editor - UI Systems - Oct 12, 2021

Found by licensee. After debugging, it appears that the Slate input is consuming the KeyDown event which adds the apostrophe, but it passes the KeyUp event back to Player input. The gameplay debugge ...

Marketplace plugins "missing precompiled manifest" on Mac

UE - Platform - Apple - Oct 12, 2021

Summary This issue was reported by a licensee via UDN. It appears that all of the plugins generate a "missing precompiled manifest" error when packaging a project on Mac in UE4.26.2.Licensee Platfor ...

Compilation error when using Particle SubUV in Niagara Mesh Particles with Raytracing enabled.

UE - Niagara - Oct 12, 2021

The licensee has shared the following workaround for modifying NiagaraMeshVertexFactory.ush. struct FVertexFactoryInterpolantsVSToPS { TANGENTTOWORLD_INTERPOLATOR_BLOCK #if USE_PARTICLE_SUBU ...