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::SliceEntityRequests Class Referenceabstract

#include <SliceEntityBus.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AZ::EntityId
 

Public Member Functions

virtual ~SliceEntityRequests ()=default
 
virtual AZ::SliceComponent::SliceInstanceAddress GetOwningSlice ()=0
 

Static Public Attributes

static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Detailed Description

Interface for AzFramework::SliceEntityRequestBus, which can be used to request information about the owning slices of entities.

Constructor & Destructor Documentation

◆ ~SliceEntityRequests()

virtual AzFramework::SliceEntityRequests::~SliceEntityRequests ( )
virtualdefault

Destroys the instance of the class.

Member Function Documentation

◆ GetOwningSlice()

virtual AZ::SliceComponent::SliceInstanceAddress AzFramework::SliceEntityRequests::GetOwningSlice ( )
pure virtual

Gets the address of the slice instance that owns the entity.

Returns
SliceInstanceAddress

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