IAuthorizeMessageRecipients::AuthorizeUnregistration

Authorizes a request to unregister the specified recipient.

Windows
MacOS
Linux

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h

Include

#include "IAuthorizeMessageRecipients.h"

Syntax

bool AuthorizeUnregistration
(
    const FMessageAddress & Address
)

Remarks

Authorizes a request to unregister the specified recipient.

Returns

true if the request was authorized, false otherwise.

Parameters

Parameter

Description

Address

The address of the recipient to unregister.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss