Open 3D Engine LandscapeCanvas Gem 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.
LandscapeCanvas::LandscapeCanvasRequests Class Referenceabstract

Inherits AZ::EBusTraits.

Public Member Functions

virtual GraphCanvas::GraphId OnGraphEntity (const AZ::EntityId &entityId)=0
 
virtual GraphModel::NodePtr GetNodeMatchingEntityInGraph (const GraphCanvas::GraphId &graphId, const AZ::EntityId &entityId)=0
 Return the node (if any) matching a particular EntityId in a specified graph.
 
virtual GraphModel::NodePtr GetNodeMatchingEntityComponentInGraph (const GraphCanvas::GraphId &graphId, const AZ::EntityComponentIdPair &entityComponentId)=0
 Return the node (if any) matching a particular EntityId and ComponentId in a specified graph.
 
virtual GraphModel::NodePtrList GetAllNodesMatchingEntity (const AZ::EntityId &entityId)=0
 Return a list of all nodes matching a particular EntityId in all currently open graphs.
 
virtual GraphModel::NodePtrList GetAllNodesMatchingEntityComponent (const AZ::EntityComponentIdPair &entityComponentId)=0
 Return a list of all nodes matching a particular EntityId and ComponentId in all currently open graphs.
 

Static Public Attributes

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

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