Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IAuthorizeMessageRecipients > API/Runtime/Messaging/IAuthorizeMessageRecipients/AuthorizeUnsubscription
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
Include | #include "IAuthorizeMessageRecipients.h" |
bool AuthorizeUnsubscription
&40;
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe > & Subscriber,
const FTopLevelAssetPath & TopicPattern
&41;
Remarks
Authorizes a request to remove a subscription for the specified topic pattern. true if the request is authorized, false otherwise.
Parameters
Name | Description |
---|---|
Subscriber | The subscriber. |
TopicPattern | The message topic pattern to unsubscribe from. |