![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IAuthorizeMessageRecipients.h>
Interface for classes that authorize message subscriptions.
|
inlinevirtual |
Virtual destructor.
|
inlinevirtual |
Authorizes a request to intercept messages of the specified type.
| Interceptor | The message interceptor to authorize. |
| MessageType | The type of messages to intercept. |
|
pure virtual |
Authorizes a request to intercept messages of the specified type.
| Interceptor | The message interceptor to authorize. |
| MessageType | The type of messages to intercept. |
|
pure virtual |
Authorizes a request to register the specified recipient.
| Recipient | The recipient to register. |
| Address | The recipient's address. |
|
inlinevirtual |
Authorizes a request to add a subscription for the specified topic pattern.
| Subscriber | The subscriber. |
| TopicPattern | The message topic pattern to subscribe to. |
|
pure virtual |
Authorizes a request to add a subscription for the specified topic pattern.
| Subscriber | The subscriber. |
| TopicPattern | The message topic pattern to subscribe to. |
|
pure virtual |
Authorizes a request to unregister the specified recipient.
| Address | The address of the recipient to unregister. |
|
inlinevirtual |
Authorizes a request to remove a subscription for the specified topic pattern.
| Subscriber | The subscriber. |
| TopicPattern | The message topic pattern to unsubscribe from. |
|
pure virtual |
Authorizes a request to remove a subscription for the specified topic pattern.
| Subscriber | The subscriber. |
| TopicPattern | The message topic pattern to unsubscribe from. |