FTransform (VisibleAnywhere)

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).

Hey BrUnO-

Thanks for reporting this, I have entered a bug report (UE-28209) for investigation.

Cheers