Fail to pass TArray from C++ to Blueprint

E.G:

TArray dialogNames;
TArray dialogColors;

DisplayAddChatLineInfor(dialogNames, dialogColors);

Then there is errors like following my screen shot