Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageBus > API/Runtime/Messaging/IMessageBus/Unintercept
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMessageBus.h |
Include | #include "IMessageBus.h" |
void Unintercept
&40;
const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe > & Interceptor,
const FTopLevelAssetPath & MessageType
&41;
Remarks
Removes an interceptor for messages of the specified type.
Parameters
Name | Description |
---|---|
Interceptor | The interceptor to remove. |
MessageType | The type of messages to stop intercepting. |