Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IAuthorizeMessageRecipients
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AuthorizeInterceptor
(
const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe >& Interceptor, |
Authorizes a request to intercept messages of the specified type. | IAuthorizeMessageRecipients.h | |
bool AuthorizeInterceptor
(
const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe >& Interceptor, |
Authorizes a request to intercept messages of the specified type. | IAuthorizeMessageRecipients.h |
AuthorizeInterceptor(const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe > &, const FName &)
Description
Authorizes a request to intercept messages of the specified type.
| Name | AuthorizeInterceptor |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
| Include Path | #include "IAuthorizeMessageRecipients.h" |
virtual bool AuthorizeInterceptor
(
const TSharedRef < IMessageInterceptor , ESPMode::ThreadSafe > & Interceptor,
const FName & MessageType
)
true if the request was authorized, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Interceptor | The message interceptor to authorize. |
| MessageType | The type of messages to intercept. |
AuthorizeInterceptor(const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe > &, const FTopLevelAssetPath &)
Description
Authorizes a request to intercept messages of the specified type.
| Name | AuthorizeInterceptor |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
| Include Path | #include "IAuthorizeMessageRecipients.h" |
bool AuthorizeInterceptor
(
const TSharedRef < IMessageInterceptor , ESPMode::ThreadSafe > & Interceptor,
const FTopLevelAssetPath & MessageType
)
true if the request was authorized, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Interceptor | The message interceptor to authorize. |
| MessageType | The type of messages to intercept. |