IAuthorizeMessageRecipients::AuthorizeInterceptor

Authorizes a request to intercept messages of the specified type.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IAuthorizeMessageRecipients.h"

Syntax

bool AuthorizeInterceptor
(
    const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe > & Interceptor,
    const FName & MessageType
)

Remarks

Authorizes a request to intercept messages of the specified type.

Returns

true if the request was authorized, false otherwise.

Parameters

Parameter

Description

Interceptor

The message interceptor to authorize.

MessageType

The type of messages to intercept.

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