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

InstancedStaticMesh displaying corrupt lightmap data

UE - Graphics Features - May 17, 2021

I think I narrowed this issue down to bad UV coordinates being interpreted during the BasePassVertexShader execution applied to instancing. At this line in VertexFactoryGetInterpolantsVSToPS: flo ...

SessionFrontend Causes Lost Audio on iOS After Switching Apps

UE - Audio - Oct 20, 2020

When using SessionFrontend on some devices, when leaving the app (going to the home screen or another app) or sometimes locking the device there is no more audio after returning to the game. "It lo ...

iOS/TVos/Mac Compilation Error - Argument List Too Long

UE - Platform - Mobile - Oct 8, 2020

Compilations are failing on iOS, tvOS and Mac due to the following clang error: clang: error: unable to exectute command: posix_spawn failed: Argument list too long ...

UBlueprintFileUtilsBPLibrary is inaccessible through Python script

UE - Editor - Workflow Systems - Oct 7, 2020

The BlueprintFileUtilsBPLibrary API is not accessible through python scripts run in the editor. Attempting to run a script utilizing BplueprintFileUtilsBPLibrary results in:LogPython: Error: Traceb ...

"Out of video memory" crash when attempting to save many assets with source control enabled

UE - Graphics Features - Sep 25, 2020

This will only repro when connected to source control ...

Crash running construction script after compiling BP function library

UE - Gameplay - Blueprint - Sep 15, 2020

Editor can assert when changing the signature of an editor authored Blueprint Library Function (FuncA) if that function is called from a Blueprint Library Function (FuncB) via an actor's constructio ...

Multiplayer Preview in VR HMD input routed to all players

UE - Platform - XR - Sep 1, 2020

Multiplayer Preview in VR is not useful because HMD input is routed to all players. ...

Parameterized Vector4 is treated as Float3

UE - Graphics Features - Aug 28, 2020

A Parameterized Vector4 are being treated as Float3. This prevents users from being able to use Vector4s in an If node during runtime. This is seen as far back as //UE4/Release4.22 cl 8065155 so th ...