Address some review feedback

Signed-off-by: nvsickle <nvsickle@amazon.com>
This commit is contained in:
nvsickle
2021-11-04 12:05:46 -07:00
parent c9fb41d0e5
commit 52604d79f6
2 changed files with 7 additions and 5 deletions
@@ -470,6 +470,7 @@ namespace AzToolsFramework
EditorEntityInfoRequestBus::EventResult(children, parentId, &EditorEntityInfoRequestBus::Events::GetChildren);
// If Prefabs are enabled, don't check the order for an invalid parent, just return its children (i.e. the root container entity)
// There will currently always be one root container entity, so there's no order to retrieve
if (!parentId.IsValid())
{
bool isPrefabEnabled = false;