Inherits AZ::EBusTraits.
|
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 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:
- Gems/LandscapeCanvas/Code/Include/LandscapeCanvas/LandscapeCanvasBus.h