Description

The data table customization (and probably others) tries to aggressively clear out row references that are not valid in the table they point to. This breaks when selecting multiple actors or objects that have different row handle values. It tries to look up the value but fails due to them being different, and then clears out the row because it thinks it is also bad.

No customizations should cause data loss from just viewing them, so this should be fixed to not fix up handles with multiple differing values. It should also be re-evaluated if the fixup code should run at all when the handle is just viewed

Steps to Reproduce
  1. Create an actor blueprint with a Data Table Handle variable that is set to instance editable
  2. Place two instances of that actor in the world, set the handle to point to different tables and rows
  3. Select both actors at the same time, the row name switches to None
  4. Select an individual actor, note that the row name is STILL none, which means that selecting actors actually causes data loss in this case

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-105000 in the post.

0
Login to Vote

Fixed
ComponentUE - Gameplay
Affects Versions4.265.0
Target Fix4.26.1
Fix Commit14987916
Release Commit14987916
CreatedJan 4, 2021
ResolvedJan 5, 2021
UpdatedSep 14, 2021