Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IAuthorizeMessageRecipients
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AuthorizeSubscription
(
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe >& Subscriber, |
Authorizes a request to add a subscription for the specified topic pattern. | IAuthorizeMessageRecipients.h | |
bool AuthorizeSubscription
(
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe >& Subscriber, |
Authorizes a request to add a subscription for the specified topic pattern. | IAuthorizeMessageRecipients.h |
AuthorizeSubscription(const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe > &, const FName &)
Description
Authorizes a request to add a subscription for the specified topic pattern.
| Name | AuthorizeSubscription |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
| Include Path | #include "IAuthorizeMessageRecipients.h" |
virtual bool AuthorizeSubscription
(
const TSharedRef < IMessageReceiver , ESPMode::ThreadSafe > & Subscriber,
const FName & TopicPattern
)
true if the request is authorized, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Subscriber | The subscriber. |
| TopicPattern | The message topic pattern to subscribe to. |
AuthorizeSubscription(const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe > &, const FTopLevelAssetPath &)
Description
Authorizes a request to add a subscription for the specified topic pattern.
| Name | AuthorizeSubscription |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
| Include Path | #include "IAuthorizeMessageRecipients.h" |
bool AuthorizeSubscription
(
const TSharedRef < IMessageReceiver , ESPMode::ThreadSafe > & Subscriber,
const FTopLevelAssetPath & TopicPattern
)
true if the request is authorized, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Subscriber | The subscriber. |
| TopicPattern | The message topic pattern to subscribe to. |