BUG: Initializing UStaticMeshComponent From C++ Hides Physics Options in Editor

You have to set the UPROPERTY as follows

UPROPERTY(VisibleDefaultsOnly, Category = "Meshes")
	UStaticMeshComponent* TargetMesh;

this worked for me!