How to use Collection structures in BP ?

Hi all~
As we all know, BP has array type default.
But I want to use std:list, std:map, Dictionary and so on…
How to use these complex collection structures ?

You would need to implement wrapper classes/structs around the standard library and expose them to BP that way.

So it seems only~
Hope Epic join the feature in the future.