Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint
Type | Name | Description | |
---|---|---|---|
![]() |
void | Unsubscribe () |
Unsubscribes this endpoint from all message types. |
![]() |
void | Unsubscribe () |
Template method to unsubscribe the endpoint from the specified message type. |
![]() |
void | Unsubscribe
(
const FName& MessageType |
Types names are now represented by path names. Please use a version of this function that takes an FTopLevelAssetPath as MessageType. |
![]() |
void | Unsubscribe
(
const FTopLevelAssetPath& MessageType |
Unsubscribes this endpoint from the specified message type. |