Navigation
Unreal Engine C++ API Reference > Runtime > Messaging > IAuthorizeMessageRecipients
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
Include | #include "IAuthorizeMessageRecipients.h" |
bool AuthorizeUnregistration
&40;
const FMessageAddress & Address
&41;
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. |