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