Although it’ll appear as a Map you can edit within the Editors in the Details Panel you won’t be able to access it via blueprint without the UPROPERTY specifier “BlueprintReadWrite”. You’ll want to add it like so:
when you’ve done so you’ll be able to both set the values in the Details Panel and get/set the key/value pairs in the blueprint graph:


