UPROPERTY(VisibleAnywhere,BlueprintReadOnly)
FTransform myTransform;
Is still being marked as EditAnywhere, BlueprintReadWrite by the UEditor.
This happens with FTransform type only. All other types are visible but not editable (the way it should be).