Inherits AZ::EBusTraits.
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::ById |
|
◆ OnEndpointConnected()
virtual void ScriptCanvas::EndpointNotifications::OnEndpointConnected |
( |
[[maybe_unused] ] const Endpoint & |
targetEndpoint | ) |
|
|
inlinevirtual |
Notification when an endpoint has been connected.
- Parameters
-
the | target Endpoint. The source Endpoint can be obtained using EndpointNotificationBus::GetCurrentBusId(). |
◆ OnEndpointDisconnected()
virtual void ScriptCanvas::EndpointNotifications::OnEndpointDisconnected |
( |
[[maybe_unused] ] const Endpoint & |
targetEndpoint | ) |
|
|
inlinevirtual |
Notification when an endpoint has been disconnected.
- Parameters
-
the | target Endpoint. The source Endpoint can be obtained using EndpointNotificationBus::GetCurrentBusId(). |
The documentation for this class was generated from the following file:
- Gems/ScriptCanvas/Code/Include/ScriptCanvas/Core/GraphBus.h