IAuthorizeMessageRecipients::AuthorizeSubscription

Authorizes a request to add a subscription for the specified topic pattern.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IAuthorizeMessageRecipients.h"

Syntax

bool AuthorizeSubscription
(
    const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe > & Subscriber,
    const FName & TopicPattern
)

Remarks

Authorizes a request to add a subscription for the specified topic pattern.

Returns

true if the request is authorized, false otherwise.

Parameters

Parameter

Description

Subscriber

The subscriber.

TopicPattern

The message topic pattern to subscribe to.

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