Custom Anim Node : TArray pin

I am trying to give a Array to initialize bone, but it seems anim node not support to have a TArray variable.
I tried to create a struct to put a TArray in, and the node not read my value, it use it’s default value.
So what should I do to have a dynamic TArray for my custom anim node ?