Hi
I see this BP warning and have no idea what this one is about. Here is the warning below
"The first parameter of AifCollectionTypeAttribute must match either a parameter of the method it is defined on or "return".
[DataMember, AifCollectionType("customValues",Types::Class,classStr(cgiKeyValue))]
public List customValues(List __customValues = _customValues)
{
_customValues = __customValues; return _customValues;
}
Any ideas are appreciated
Thanks