The problem is not the TArrays
but the problem is the find
function and ==
not working with FTransform Arrays
, I can’t do something like :
if(TransformArray.find(TransformLocation) == -1) {}
if You think Sets
or Maps
will work , please write an solution so i can get rid of this issue.