Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IAuthorizeMessageRecipients > API/Runtime/Messaging/IAuthorizeMessageRecipients/AuthorizeInterceptor
Deprecated * Types names are now represented by path names. Please use a version of this function that takes an FTopLevelAssetPath as MessageType.
References
| Module | Messaging |
| Header | /Engine/Source/Runtime/Messaging/Public/IAuthorizeMessageRecipients.h |
| Include | #include "IAuthorizeMessageRecipients.h" |
virtual bool AuthorizeInterceptor
&40;
const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe > & Interceptor,
const FName & MessageType
&41;
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. |