Blueprint nativization fails using a map type argument as Expose on Spawn

UE - Gameplay - Blueprint - Oct 2, 2020

Here's a sample blueprint [Image Removed] The lack of implementation FCustomThunkTemplates::SetMapPropertyByName causes this error.#include "Kismet/BlueprintMapLibrary.h"// The fix needs this head ...

Widgets stick out from letterboxed player screen on 4.25

UE - Editor - UI Systems - Sep 28, 2020

Note:   Clipping on letterboxed player screen works fine on 4.24.   This issue was brought in by CL#10541213. Here's a workaround TSharedPtr<SGameLayerManager::FPlayerLayer> SGameLayerManager::Fin ...

Hard to change the size of the standalone window.

UE - Editor - UI Systems - Slate - Sep 27, 2020

Selected Option in Switch Actor Doesn't show up in variant manager properties.

Tools - Sep 25, 2020

Selected Option is part of a Switch Actor property. When attempted to add the property in variant manager, the property named selected option doesn't show up in variant manager properties. Reported ...

Bloom intensity broken with Post Processing Material replacing Tonemapper

UE - Graphics Features - Sep 25, 2020

When replacing the Tonemap using a Post Process material, the Post Process Volume's Bloom Intensity can only be turned on or off, without varying degrees of effect. Reported in version 4.25.3(CL 1 ...

Ray traced shadow sample settings greater than 1 cause shadow artifacts

UE - Graphics Features - Lumen - Sep 23, 2020

Alternative you can follow these steps to reproduce 1. Create a new project with ray tracing enabled 2. Activate the groom plugins 3. Import a groom asset into the scene 4. Add any light type to the ...

DX12 crash by lost device while building PSO

UE - Graphics Features - Sep 22, 2020

It seems to be occurred when exiting fullscreen exclusive mode during the PSO build. And it seems to happen during the loading screen as well as the PSO build. What I suspect is that when focus los ...

High Precision Tangent Basis & Use Full Precision UVs on Skeletal Meshes reset after reimport

UE - Editor - Content Pipeline - Datasmith - Importer - Sep 17, 2020

Reimporting a skeletal mesh causes "use high precision tangent basis" & "use full precision UVs" to reset and no longer being applied to the mesh. Reported and tested in version 4.25.3(CL 13942748) ...

Crashing when Google Resonance is used with Soundfield Submix

UE - Audio - Sep 17, 2020

When PIE'ing and stopping PIE with Google Resonance in use, the engine crashes after PIE session ended. Crash appears as a result of the Soundfield Submix's Soundfield Encoding Format being set to ...

Crash when quick binding a function in a class that extends LevelSequenceDirector

UE - Anim - Sequencer - Sep 16, 2020

The purpose was to create a Level Sequence Director inheritance class so that the same event could be reused in multiple sequencers. Attempting to quick-bind this base Level Sequence Director event ...