Navigation
API > API/Runtime > API/Runtime/Messaging
References
| Module | Messaging |
| Header | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
| Include | #include "IAuthorizeMessageRecipients.h" |
Syntax
class IAuthorizeMessageRecipients
Remarks
Interface for classes that authorize message subscriptions.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AuthorizeInterceptor
(
const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe >& Interceptor, |
Authorizes a request to intercept messages of the specified type. | |
| bool | AuthorizeInterceptor
(
const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe >& Interceptor, |
Authorizes a request to intercept messages of the specified type. | |
| bool | AuthorizeRegistration
(
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe >& Recipient, |
Authorizes a request to register the specified recipient. | |
| bool | AuthorizeSubscription
(
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe >& Subscriber, |
Authorizes a request to add a subscription for the specified topic pattern. | |
| bool | AuthorizeSubscription
(
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe >& Subscriber, |
Authorizes a request to add a subscription for the specified topic pattern. | |
| bool | AuthorizeUnregistration
(
const FMessageAddress& Address |
Authorizes a request to unregister the specified recipient. | |
| bool | AuthorizeUnsubscription
(
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe >& Subscriber, |
Authorizes a request to remove a subscription for the specified topic pattern. | |
| bool | AuthorizeUnsubscription
(
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe >& Subscriber, |
Authorizes a request to remove a subscription for the specified topic pattern. |