Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint > Unsubscribe
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
Include | #include "MessageEndpoint.h" |
template<class MessageType>
void Unsubscribe&40;&41;
Remarks
Template method to unsubscribe the endpoint from the specified message type.
Parameters
Name | Description |
---|---|
MessageType | The type of message to unsubscribe (IMessageBus::PATHNAME_All = all types). |