Improper Initialization of trigger values when added at runtime with the key pressed already

UE - Gameplay - Input - Nov 11, 2022

See the comment on UInputTrigger::LastValue around issues being a bool type on first tick ...

Route gamepad to second window setting is broken

UE - Gameplay - Input - Nov 11, 2022

The RemapControllerInput function call likely needs to be added back to the game viewport client as a fix.  ...

FEnhancedActionKeyMapping struct has incorrect comparison results

UE - Gameplay - Input - Nov 11, 2022

The fix for this is to override the  FEnhancedActionKeyMapping::operator== to account for the deep copy that happens on modifiers instead of comparing addresses ...

Generated Installed build Windows only quicklaunch fails because Platforms\Hololens\Binaries directory non-existant

UE - Foundation - Build - Rocket (Installed Engine) - Nov 11, 2022

 Repro Rate 3/3Note: Step 3 in the steps to reproduce can take 2+ hours. When trying to do a quicklaunch for Windows platform in step 11 of https://testrail.it.epicgames.com/index.php?/tests/view/1 ...

SetOneWayInteraction functionality has no effect on the simulation

UE - Simulation - Physics - Nov 11, 2022

Calling SetOneWayInteraction on a BodyInstance has no effect within the physics engine. The state of the flag is passed in to Chaos but nothing actually uses the value once it is there. It is expe ...

MoviePipeline: Panoramic Renders don't work

UE - Anim - Sequencer - MRQ - Nov 10, 2022

Images aren't just under exposed, they have values of 0.0 even in exrs - enabling the Debug Settings and writing out all samples shows the GPU is actually rendering black. ...

[Waveform Editor] - Undoing a trim fade that is made by clicking and dragging the handles doesn't correctly undo when undoing

UE - Audio - WaveformEditor Plugin - Nov 10, 2022

Undoing dragging trims doesn't undo the trim [Link Removed] ...

Nanite material audit reports null material when WorldGridMaterial replaces a deleted material in the editor

UE - Rendering Architecture - Materials - Nov 10, 2022

Workaround it to reassign a material to the mesh and resave ...

Ensure and crash when using voice chat during seamless travel

UE - Online - Nov 10, 2022

If an instance starts seamlessly travelling while talking in the session's voice chat, the ensure in FScene::Release will be hit, often with the instance then crashing soon after (such as in FAudioD ...

Duplicating a BP function doesn't reference the correct local variables

UE - Gameplay - Blueprint Compiler - Nov 10, 2022

Looking at the T3D snippet of the get variable node, the VariableReference points to the local variable of the original function instead of the new one.  ...