Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
Include | #include "MessageEndpoint.h" |
void Disable&40;&41;
Remarks
Disables this endpoint.
A disabled endpoint will not receive any subscribed messages until it is enabled again. Endpoints should be created in an enabled state by default.