The editable attribute does not yet support properties of this type: MapProperty

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Assets

Summary

Trying to use a map as an editable property.

According to docs:

What Types Can Be Exposed?
Currently, the following types can be exposed to the editor as editable properties:

logic
int
float
enum
string
arrays of editable types
maps of editable types
structs of editable types
class instances

Steps to Reproduce

@editable
var ExitPortals: [int]capture_area_device = map{}

Expected Result

This should build.

Observed Result

Error

Platform(s)

Windows 11