#include <ConnectionBus.h>
Inherits AZ::EBusTraits.
|
using | BusIdType = AZ::EntityId |
|
|
virtual void | OnSourceSlotIdChanged (const AZ::EntityId &, const AZ::EntityId &) |
|
virtual void | OnTargetSlotIdChanged (const AZ::EntityId &, const AZ::EntityId &) |
|
virtual void | OnTooltipChanged (const AZStd::string &) |
| The connection's tooltip changed.
|
|
virtual void | OnMoveBegin () |
|
virtual void | OnMoveFinalized (bool isValidConnection) |
|
virtual void | OnMoveComplete () |
|
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::ById |
|
ConnectionNotifications Notifications about changes to a connection's state.
◆ OnSourceSlotIdChanged()
virtual void GraphCanvas::ConnectionNotifications::OnSourceSlotIdChanged |
( |
const AZ::EntityId & |
, |
|
|
const AZ::EntityId & |
|
|
) |
| |
|
inlinevirtual |
The source slot for the connection changed
Parameters
- The previous source slot entity ID.
- The new source slot entity ID.
◆ OnTargetSlotIdChanged()
virtual void GraphCanvas::ConnectionNotifications::OnTargetSlotIdChanged |
( |
const AZ::EntityId & |
, |
|
|
const AZ::EntityId & |
|
|
) |
| |
|
inlinevirtual |
The target slot for the connection changed.
Parameters
- The previous target slot entity ID.
- The new target slot entity ID.
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Components/Connections/ConnectionBus.h