You probably don’t have an == operator for the CONST version of FTransform. You can either remove the const on const FTransform where the error is or add another operator for == for the const version of FTransform.
1 Like