[Feature Request] Support force feedback on iOS and tvOS Gamepads

UE - Platform - Mobile - May 18, 2021

Unreal Engine should support haptics on gamepads on iOS and tvOS [Link Removed] [Link Removed]  ...

r.MaxAnisotropy does not work in editor

UE - Graphics Features - May 21, 2021

Setting r.MaxAnisotropy by console in editor has no effect on texture sampler's MaxAnisotropy. If the startup value of r.MaxAnisotropy is 8, then the MaxAnisotropy is always 8 no matter how  r.MaxA ...

Two-Sided Material option is initially greyed out and inaccessible when creating a Material Instance

UE - Rendering Architecture - Materials - Jun 9, 2021

When attempting to change the option for Two-Sided Material for a Material Instance, the option is initially greyed out and you cannot change the value. However, if you close out of the Material Ins ...

Setting replicated TArray in PostLoad prevents repnotify from being called

UE - Networking - Jul 12, 2021

See linked UDN for more details and a sample project reproducing the issue. The issue seems to be that the object's archetype doesn't have any changes made to the array in PostLoad, so the shadow st ...

Copying and pasting event tracks will break endpoint bindings

UE - Anim - Sequencer - Aug 6, 2021

See linked UDN for more info. There appears to be an issue with mismatching parents when copying causing this to fail. ...

Using "Windows + Up Arrow" does not work before clicking window or change inputmode to UI or GameAndUI

UE - Editor - UI Systems - Aug 19, 2021

"Win and Up Arrow" is shortcut for changing to fullscreen mode, but it does not work properly before clicking window or change input mode to UI or GameAndUI. probably, Win API caused this issue, an ...

Images Rendered by Movie Render Queue don't match the looking in viewport if After Tonemapping PP was applied

UE - Virtual Production - Rendering - Color - Aug 21, 2021

This might be a bug or by design which needs to be handle by certain pipeline (OCIO?), but it's quite confuse that such big difference compare the images rendered by MRQ to those seen in Editor view ...

DistanceFieldBentNormalAO does not appear to work with imposter UVs

UE - Graphics Features - Aug 26, 2021

I have not entirely ruled out any issues with the imposter material in the repro, there's a chance this is related to the normal rotations, but turning off distancefields entirely does fix the issue ...

Dynamically Spawned Actor Components call BeginPlay before reading initial replicated properties

UE - Networking - Oct 21, 2021

Replicated actors wait until initial replicated properties are read and applied to call BeginPlay (from PostNetInit), and this is usually where the actor's components have BeginPlay called as well. ...

AttachComponentToComponent node does not change the location of a Spawned particle system at runtime

UE - Gameplay - Feb 17, 2022

You can use the "Spawn Emitter Attached" function as a work around ...