#include <SliceMetadataInfoBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
| virtual bool | IsAssociated (EntityId entityId)=0 |
| virtual void | GetAssociatedEntities (AZStd::set< EntityId > &)=0 |
| virtual EntityId | GetParentId ()=0 |
| virtual void | GetChildIDs (AZStd::unordered_set< EntityId > &)=0 |
| virtual size_t | GetAssociationCount ()=0 |
Public Member Functions inherited from AZ::ComponentBus | |
| virtual | ~ComponentBus ()=default |
Bus for making requests to the slice metadata context component.
|
pure virtual |
Fills out the provided container with all of the IDs of entities associated with this metadata entity.
|
pure virtual |
Returns the total number of associated entities and children.
|
pure virtual |
Fills out the provided container with all of the IDs of the metadata entities under this one in the slice hierarchy.
Retrieve the Id of the parent
True if the entity ID is associated with the metadata entity.