FComponentReference is not exposing GetComponent method.

Hey, I was just looking at source code with FComponentReference. And noticed that FComponentReference::GetComponent() is not exposed to Blueprint. Is this the intended way, or just a mistake? Since the rest of struct is has “USTRUCT(BlueprintType)” and other properties are exposed to the editor.