What is the point of PostLoadSubobjects();?

Hi, I want to know , What is PostLoadSubobjects(); and when and why we need it to use?

ex:

Super::PostLoadSubobjects(OuterInstanceGraph);
	if(Scene)
	{
		Scene->CreationMethod = EComponentCreationMethod::Native;
	}