Description

Finding a variable that has a specific default value works for other container types (array, set) but not currently for map variables.

Steps to Reproduce
  1. Create a new Blueprint class asset.
  2. Add a new 'map' variable, key type = 'String', value type = 'Any'
  3. Compile.
  4. Set the default value of the variable to key = (non-empty), value = (non-default), where (non-default) is some non-default value for the type (e.g. "Test" for 'String' type).
  5. Compile and save.
  6. CTRL-F and search on the value entered above (e.g. "Test").
  7. Note that the variable does not appear in the search results.

Have Comments or More Details?

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

0
Login to Vote

Won't Fix
CreatedJul 12, 2019
ResolvedAug 27, 2021
UpdatedAug 27, 2021
View Jira Issue