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

#include <EditorEntityContextPickingBus.h>

Inherits AZ::EBusTraits.

Public Types

typedef AzFramework::EntityContextId BusIdType
 

Public Member Functions

virtual bool SupportsViewportEntityIdPicking ()=0
 

Static Public Attributes

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

Detailed Description

Bus for making entity picking requests to a given editor entity context given a context Id.

Member Function Documentation

◆ SupportsViewportEntityIdPicking()

virtual bool AzToolsFramework::EditorEntityContextPickingRequests::SupportsViewportEntityIdPicking ( )
pure virtual

Check whether the entity context supports picking an entityId from the viewport

Returns
true if the entity context supports picking an entityId from the viewport, false otherwise

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