Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IAuthorizeMessageRecipients
References
| Module | Messaging |
| Header | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
| Include | #include "IAuthorizeMessageRecipients.h" |
bool AuthorizeUnregistration
(
const FMessageAddress & Address
)
Remarks
Authorizes a request to unregister the specified recipient. true if the request was authorized, false otherwise.
Parameters
| Name | Description |
|---|---|
| Address | The address of the recipient to unregister. |