Unnecessary reference remains in material instance when using StaticSwitch in material

UE - Graphics Features - Aug 7, 2019

1.Create a material that switches textures using StaticSwitch. 2.Create a material instance and toggle the switch to overwrite the texture. 3.Then return the static switch settings to their defaul ...

ImageSize in Image widget is not set when setting a texture as a brush

UE - Editor - UI Systems - UMG - Aug 1, 2023

Since FDeprecateSlateVector2D has been implemented in 5.2, the following function calls will always fail. Therefore, the ImageSize is not updated. This problem does not occur in 5.1.   void SBrus ...

IsSpatiallyLoaded = false set in actor blueprint is not respected in standalone game

UE - World Creation - Worldbuilding Tools - World Partition - Jul 1, 2024

In past compatibility detection in FWorldPartitionClassDescRegistry::PrefetchClassDescs, as AssetRegistry.TryGetAssetPackageData returns UE::AssetRegistry::EExists::Unknown in standalone games, so t ...

Directional light triggers 'too many overlapping lights' error in forward shading

UE - Graphics Features - Sep 24, 2019

The underlying reason seems to be that the stationary lights require SM channels for casting shadows  from movable objects and they are assigned channels 0,1,2 by lightmass (or somewhere along the w ...

Rect lights cause visual noise on the light rendered when using raytracing

UE - Graphics Features - Lumen - Nov 12, 2019

Rect lights cause visual noise on the light rendered when using raytracing. It is easier to see when you get rid of all other light sources in the scene. I have attached an example project. This se ...

UEnhancedInputUserSettings::LoadOrCreateSettings does not handle the changing of a settings class in the editor

UE - Gameplay - Input - Jun 3, 2024

proposed fix seems ok to me:  UEnhancedInputUserSettings* UEnhancedInputUserSettings::LoadOrCreateSettings(ULocalPlayer* LocalPlayer) { UEnhancedInputUserSettings* Settings = nullptr; ...

Color and Opacity animation option does not play for Button component

UE - Editor - UI Systems - Aug 25, 2017

Color and Opacity animation option does not play for Button component, this occurs both in the Widget editor and during play. This issue is not a regression Versions Tested: 4.16.3 - CL: 3561208 - ...

UIScaleCurve float-point value in BaseEngine.ini lacks precision

UE - Editor - UI Systems - Slate - Jun 4, 2020

The screenshots below display 1920x1080pixel widget button. First one with Default DPIScaleCurve shows extra borders on the right and bottom. Next one with more precision shows no extra boundary. [ ...

On mobile devices, Audio that is trigger with a TriggerBox are playing from the beginning of the Audio Clip and not from the selected time

UE - Platform - Mobile - Jan 13, 2015

If you have a trigger box trigger an ambient audio clip when you enter the box, the audio clip will always play from the beginning even if you have the Start time starting later in the audio clip. ...

The option to add a component to an Actor Blueprint from inside a child Actor Component BP isn't available

UE - Gameplay - Dec 16, 2015

The option to add a component to an Actor Blueprint from inside a child Actor Component BP isn't available. Using Get Owner inside the Actor Component's Event Graph and then casting to the owning Ac ...