Improved a couple of comments

This commit is contained in:
srikappa
2021-04-20 14:30:56 -07:00
parent 967d182ccc
commit 78892c8d7e
2 changed files with 3 additions and 2 deletions
@@ -92,7 +92,8 @@ namespace AzToolsFramework
AZStd::string("Could not create a new prefab out of the entities provided - entities do not share a common root."));
}
// When you move instances from another template, you have to remove the links and propagate changes to target template.
// When we create a prefab with other prefab instances, we have to remove the existing links between the source and
// target templates of the other instances.
for (auto& nestedInstance : instances)
{
PrefabUndoHelpers::RemoveLink(
@@ -72,7 +72,7 @@ namespace AzToolsFramework
/**
* Creates a link between the templates of an instance and its parent.
*
* \param topLevelEntities The list of entities that are immediate children of container entity of instance.
* \param topLevelEntities The list of entities that are immediate children to the container entity of the instance.
* \param sourceInstance The instance that corresponds to the source template of the link.
* \param targetInstance The id of the target template.
* \param undoBatch The undo batch to set as parent for this create link action.