Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::EditorEntitySearchRequests Class Referenceabstract

Provides an API to search editor entity that match some conditions in the currently open level. More...

#include <EditorEntitySearchBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual EntityIdList SearchEntities (const EntitySearchFilter &conditions)=0
 Iterates through all entities in the current level, and returns a list of the ones that match the conditions.
 
virtual EntityIdList GetRootEditorEntities ()=0
 Returns a list of all editor entities at the root level in the current level.
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 

Detailed Description

Provides an API to search editor entity that match some conditions in the currently open level.


The documentation for this class was generated from the following file: