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 ...

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 ...

Inaccurate Panning on Tap Delay Submix

UE - Audio - Oct 5, 2021

The panning in the Tap Delay Submix Effect does not always match its assigned Pan in Degrees value. Specifically, the left and right side appear to be reversed on Stereo setups. In addition, in 5.1 ...

When CascadeToNiagara, the Disable state of Emitter is not converted properly.

UE - Niagara - Oct 5, 2021

In CascadeToNiagaraConverter.py # copy the emitter enabled state. enabled = ue_fx_utils.get_lod_level_is_enabled(cascade_emitter_lod) niagara_emitter_context.set_enabled(enabled) It stores the ...

Jittering appears when setting DOF in ES3.1

UE - Platform - Mobile - Oct 5, 2021

For reference, it was fine in 4.24 In particular, jittering is severe when the camera is moving. GaussianHalfRes has been removed in CL 14036168, which is likely to cause degradation issues if int ...

fbx Importer: Make sure the user has more feedback on the automatic import framerate

UE - Editor - Content Pipeline - Import and Export - Oct 4, 2021

If a user import a lot of animation in one fbx, the logic that compute the automatic framerate can diverge and hit a very high value. The maximum sample rate is 1920Hz which is very high,. The user ...

Fbx Importer: Make sure the blendshape curve keys have the correct tangent scale

UE - Anim - Oct 4, 2021

The tangent of the blendshape curve seam to have the wrong scale (but correct direction) from this UDN. https://udn.unrealengine.com/s/question/0D54z000079J03OCAS/skip-compressing-anims-and-buildin ...

Display Blueprint Added Components on subobjects with meta = (ShowInnerProperties)

UE - Gameplay - Blueprint Editor - Sep 28, 2021

Right now only native subobjects are displayed in the details panel with meta = (ShowInnerProperties) is set. Child Actor Components are an example of this, where if the child actor you have added h ...

Deleting the first instanced subobject entry from a Blueprint map or set variable's default value can result in an editor crash.

UE - Gameplay - Blueprint Compiler - Sep 27, 2021

Deleting the first instanced subobject entry from a default value for a map or set variable can result in accessing an incorrect subobject for the element's value during reinstancing, which can then ...

iPhonePackager code signature not supported by iOS 15

UE - Platform - Mobile - Sep 27, 2021