3D Widgets on vector maps?

Public vector variables have the “Show 3D Widget” option, which lets the position be modified with a widget in the editor.

Could we get a similar function for maps of * → Vector?

Use case: I’m working on a dialogue system, and I want to be able to override the camera position per character. What I’d do is create a map of character names (strings) to vectors, and at runtime my script would check if that map contains the current character, and if so, use that as the camera position.

Hello,
I am having this same issue, has there been any news from your side?

Not sure if my response bumps this question or not, but I hope it does.

The thing is, this works fine for Arrays that contain Vectors or Structs with Vectors, but, if it’s a Map the 3D Widget doesn’t show properly.