Binary ‘==’: no operator found? FTransform == FTransform

int32 Index;
if (StrArr.Find(TEXT("Hello"), Index))
{
    // Index == 3
}