The Blueprint compiler is not consistent with UHT when generating DefaultToInstanced variables

UE - Gameplay - Blueprint Compiler - Sep 7, 2023

UnrealHeaderTool and the Blueprint compiler generate inconsistent metadata for object reference variables whose underlying class type includes 'DefaultToInstanced' metadata. UnrealHeaderTool-genera ...

Blueprint "Set by ref" (UK2Node_VariableSetRef) does not mark properties dirty for push replication

UE - Gameplay - Blueprint - Sep 7, 2023

When using Push Replication with blueprints, UK2Node_VariableSetRef nodes do not mark a property as dirty and so the variable is not replicated. ...

Volumetric lightmap + stationary light has missing shadows

UE - Rendering Architecture - Sep 5, 2023

Primitives with the "Lightmap Type" set to "Force Volumetric" are not shadowed correctly. Issue dates back to at least 4.27.2. As a workaround, making FLightCacheInterface::GetStaticInteraction al ...

UAssetImportTask::bReplaceExisting is not supported with interchange

UE - Editor - Content Pipeline - Import and Export - Aug 25, 2023

Add this code to a function you call from a blue utility widget or any other way to start the import with this code.TArray<UAssetImportTask*> ImportTasks; for (int32 i = 0; i < cFC.Files.Num(); i++) ...

Perforce: Deleting and Restoring an Asset doesn't Update Perforce

UE - Editor - Workflow Systems - Aug 24, 2023

When you delete and replace an asset with the same name, P4 will pick up the delete but not the add. It was mentioned that there is a P4 command (something like "reopen as add") that should be used ...

EnhancedInput Chorded Actions do not work on higher priority mappings

UE - Gameplay - Input - Aug 21, 2023

Reported from Prismatic: It appears that the Add Mapping Context function currently prioritizes low numbers over high numbers, which seems inconsistent with the function description and some parts ...

[MetaSounds][Wave Player] - 5.1 Wave Player channel output maps differently for Vorbis than other codecs

UE - Audio - MetaSounds - Aug 16, 2023

The channel output for 5.1 Waveplayer on MetaSounds is different when Platform Default (Vorbis) codec is chosen on Windows Platform Default - L, C, R, LS, RS, LFEBink, PCM, ADPCM - L, R, C, LFE, LS ...

FCollisionProfileNameCustomization doesn't support Multiple Values

UE - Editor - Workflow Systems - Aug 16, 2023

The class FcollisionProfileNameCustomization customizes the property editor for the class FcollisionProfileName. However, it does not handle the case where multiple assets/actors are being edited si ...

[MetaSounds]- Attemping to copy and paste inputs between graphs can cause nodes with duplicate pins

UE - Audio - MetaSounds - Aug 15, 2023

Video example: [Link Removed] Occurs in 5.2 as well as 5.2. ...