Wildcard array type in blueprints

I’m trying to add a random element function for all array types in blueprint.
However, it seems that wildcard targets are not usable in bps.

Is there a way to accomplish this in bp or do I need to return to c++?

You can’t use wildarray type in functions, try using macro instead