AssetManager: PrimaryAssets: Allow PrimaryAssetTypesToScan entries to be extended from plugins to add directories

UE - Foundation - Core - Cooker - Feb 23, 2023

Game.ini:[/Script/Engine/AssetManagerSettings]:PrimaryAssetTypes is an ini setting to specify which PrimaryAssets should be used by the engine during cook to specify which packages gets cooked and w ...

Uniform scaling in the viewport not working as expected when additive mode is enabled

UE - Editor - Workflow Systems - Apr 2, 2022

The uniform scaling does not work as expected Repro Steps: 1) Add a cube to a level 2) Set the scale (X = 16, Y=9, Z=9) 3) Click the Lock icon to activate the Uniform Scale feature 4) In the viewpor ...

Body Instance property changes made in construction scripts are not applied

UE - Simulation - Physics - Jul 17, 2020

7054614 was submitted to fix an issue with not being able to modify physics properties on instanced blueprints child components. This is related to [Link Removed]. This change causes BodyInstance t ...

SSGI is glitchy with splitscreen multiplayer

UE - Graphics Features - May 19, 2020

Changing Texture Parameter via SetMateriaInstanceTextureValue remain old texture's reference

UE - Graphics Features - Mar 13, 2020

When editing the texture parameter of Material Isntacne using Editor Utility Widget, the old texture is linked with the SoftReference. When change the texture parameter in Material Instance Editor, ...

Renaming a component in a parent blueprint can lead to data loss in its unloaded child blueprint.

UE - Gameplay - Blueprint - Jan 20, 2020

A child blueprint won't be marked dirty if it hasn't been loaded and you rename a component on its parent blueprint. This can lead to a situation where the editor can be closed without prompting the ...

Hide Bone in constructor does not update world instances

UE - Anim - Runtime - Nov 4, 2019

Hiding bones during construction is not properly displayed by level instances placed at editor time. Note that setting 'Update animation in editor' on the mesh and re-running the constructor script ...

LODbias settings appear to have no effect when specified by GPU on android

UE - Platform - Mobile - Oct 3, 2019

When setting the LODbias via the device profile for a specific Android GPU it does not appear to have an affect on the textures when run on the device ...

HLSL translator yields duplicated texture sampling code

UE - Graphics Features - Aug 27, 2019

Result: Material will generate following HLSL code inside CalcPixelMaterialInputs(), which results in two PS texture lookups. MaterialFloat4 Local0 = ProcessMaterialLinearColorTextureLookup(Textur ...