IAuthorizeMessageRecipients::AuthorizeRegistration

Authorizes a request to register the specified recipient.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IAuthorizeMessageRecipients.h"

Syntax

bool AuthorizeRegistration
(
    const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe > & Recipient,
    const FMessageAddress & Address
)

Remarks

Authorizes a request to register the specified recipient.

Returns

true if the request was authorized, false otherwise.

Parameters

Parameter

Description

Recipient

The recipient to register.

Address

The recipient's address.

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