In our previous episode, LacaK said: > is there way how to declare function, which will accept as parameter any > array type ? > (this parameter I need forward to System.Length() only ) Generally one uses TArray<T> as parametertype. in such cases. One can take the length of a generic array.