Inherits AZ::EBusTraits.
|
virtual void | OnEndpointConnected (const Endpoint &targetEndpoint) |
|
virtual void | OnEndpointDisconnected (const Endpoint &targetEndpoint) |
|
virtual void | OnEndpointReferenceChanged (const VariableId &variableId) |
| Notification when an endpoint has it's reference changed.
|
|
virtual void | OnEndpointConvertedToReference () |
|
virtual void | OnEndpointConvertedToValue () |
|
virtual void | OnSlotRecreated () |
|
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::ById |
|
◆ OnEndpointConnected()
virtual void ScriptCanvas::EndpointNotifications::OnEndpointConnected |
( |
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 |
( |
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