Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageInterceptor
References
| Module | Messaging |
| Header | /Engine/Source/Runtime/Messaging/Public/IMessageInterceptor.h |
| Include | #include "IMessageInterceptor.h" |
bool InterceptMessage
(
const TSharedRef < IMessageContext , ESPMode::ThreadSafe > & Context
)
Remarks
Intercepts a message before it is being passed to the message router. true if the message was intercepted and should not be routed, false otherwise.
Parameters
| Name | Description |
|---|---|
| Context | The context of the message to intercept. |