#include <MimeDataHandlerBus.h>
Inherits AZ::EBusTraits.
|
using | BusIdType = AZ::EntityId |
|
|
virtual void | AddDelegate (const AZ::EntityId &delegateId)=0 |
|
virtual void | RemoveDelegate (const AZ::EntityId &delegateId)=0 |
| Remove a pluggable delegate handler from the main handler.
|
|
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::ById |
|
SceneMimeDelegateRequests The API by which pluggable MIME handlers are added to the mime handler
◆ AddDelegate()
virtual void GraphCanvas::SceneMimeDelegateRequests::AddDelegate |
( |
const AZ::EntityId & |
delegateId | ) |
|
|
pure virtual |
Add a pluggable delegate handler to the main handler.
Parameters
- The delegate to add.
- Should the DefaultMimeHandler take ownership of the entity (serialize it, etc.)?
The documentation for this class was generated from the following file:
- Gems/GraphCanvas/Code/StaticLib/GraphCanvas/Components/MimeDataHandlerBus.h