Open 3D Engine AzFramework 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.
AzFramework::EntityIdContextQueries Class Referenceabstract

#include <EntityContextBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual ~EntityIdContextQueries ()
 
virtual EntityContextId GetOwningContextId ()=0
 

Detailed Description

Interface for AzFramework::EntityIdContextQueryBus, which is the EBus that queries an entity about its context.

Constructor & Destructor Documentation

◆ ~EntityIdContextQueries()

virtual AzFramework::EntityIdContextQueries::~EntityIdContextQueries ( )
inlinevirtual

Destroys the instance of the class.

Member Function Documentation

◆ GetOwningContextId()

virtual EntityContextId AzFramework::EntityIdContextQueries::GetOwningContextId ( )
pure virtual

Gets the ID of the entity context that the entity belongs to.

Returns
The ID of the entity context that the entity belongs to.

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