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